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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c2287 uint_t most_recent; local
2306 most_recent = PROBE_INDEX_PREV(pii->pii_probe_next);
2307 second_most_recent = PROBE_INDEX_PREV(most_recent);
2309 for (i = most_recent; i != pii->pii_probe_next;
2318 assert(i == most_recent || i == second_most_recent);
2415 int most_recent; local
2432 most_recent = PROBE_INDEX_PREV(pii->pii_probe_next);
2433 second_most_recent = PROBE_INDEX_PREV(most_recent);
2435 for (i = most_recent; i != pii->pii_probe_next;
2446 assert(i == most_recent ||
[all...]
H A Dmpd_tables.c1623 int most_recent; local
1664 most_recent = PROBE_INDEX_PREV(pii->pii_probe_next);
1666 i = most_recent;
1683 } while (i != most_recent);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.c716 uint64_t most_recent = 0; local
830 fmd_asru_most_recent, &most_recent);
831 too_recent = (new_cip->ci_tv.tv_sec - most_recent <

Completed in 507 milliseconds