Searched refs:second_most_recent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c2288 uint_t second_most_recent; local
2307 second_most_recent = PROBE_INDEX_PREV(most_recent);
2318 assert(i == most_recent || i == second_most_recent);
2416 int second_most_recent; local
2433 second_most_recent = PROBE_INDEX_PREV(most_recent);
2446 assert(i == most_recent || i == second_most_recent);

Completed in 77 milliseconds