Searched defs:probe_stats (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h252 struct probe_stats { struct in struct:phyint_instance
472 extern int probe_state_event(struct probe_stats *, struct phyint_instance *);
473 extern void probe_chstate(struct probe_stats *, struct phyint_instance *, int);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c464 lgrp_plat_probe_stats_t *probe_stats);
486 lgrp_plat_latency_stats_t *lat_stats, lgrp_plat_probe_stats_t *probe_stats);
1682 lgrp_plat_latency_stats_t *lat_stats, lgrp_plat_probe_stats_t *probe_stats)
1703 probe_stats != NULL);
1732 probe_stats->probe_errors[i][j] += t1 - t2;
1734 probe_stats->probe_suspect[i][j]++;
1735 probe_stats->probe_suspect[j][i]++;
1739 probe_stats->probe_errors[j][i] += t2 - t1;
1741 probe_stats->probe_suspect[i][j]++;
1742 probe_stats
1681 lgrp_plat_latency_adjust(memnode_phys_addr_map_t *memnode_info, lgrp_plat_latency_stats_t *lat_stats, lgrp_plat_probe_stats_t *probe_stats) argument
2440 lgrp_plat_probe_time(int to, cpu_node_map_t *cpu_node, int cpu_node_nentries, lgrp_plat_probe_mem_config_t *probe_mem_config, lgrp_plat_latency_stats_t *lat_stats, lgrp_plat_probe_stats_t *probe_stats) argument
[all...]

Completed in 51 milliseconds