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.c666 if ((target->tg_crtt < (pg->pg_probeint / LOWER_FDT_TRIGGER)) && in incoming_rtt_reply()
677 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()
822 if ((m < 0) || (ns2ms(m) > PROBE_STATS_COUNT * pg->pg_probeint)) { in incoming_echo_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()
921 } else if ((target->tg_crtt < (pg->pg_probeint / LOWER_FDT_TRIGGER)) && 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()
[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()