Home
last modified time | relevance | path

Searched refs:pg_probeint (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c677 pg->pg_probeint = pg->pg_fdt / (NUM_PROBE_FAILS + 2); in incoming_rtt_reply()
687 pg->pg_probeint = user_probe_interval; in incoming_rtt_reply()
863 if (target->tg_crtt > pg->pg_probeint) { in incoming_echo_reply()
909 pg->pg_probeint = target->tg_crtt * NEXT_FDT_MULTIPLE; in incoming_echo_reply()
910 pg->pg_fdt = pg->pg_probeint * (NUM_PROBE_FAILS + 2); in incoming_echo_reply()
932 pg->pg_probeint = pg->pg_fdt / (NUM_PROBE_FAILS + 2); in incoming_echo_reply()
941 pg->pg_probeint = user_probe_interval; in incoming_echo_reply()
1105 pii->pii_phyint->pi_group->pg_probeint / in check_exception_target()
1902 (int)pii->pii_phyint->pi_group->pg_probeint); in start_timer()
2333 pii->pii_phyint->pi_group->pg_probeint; in probe_success_info()
[all …]
H A Dmpd_tables.h158 int pg_probeint; /* Interval between probes */ member
H A Dmpd_tables.c521 pg->pg_probeint = user_probe_interval; in phyint_group_create()