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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1994 static clock_t reap_last = 0; local
2010 if ((now > 0) && (now > reap_last) &&
2011 ((now - reap_last) < IDN_REAP_INTERVAL))
2014 reap_last = now;

Completed in 47 milliseconds