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

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c154 sbintime_t cc_lastscan; member in struct:callout_cpu
413 firstb = callout_hash(cc->cc_lastscan);
414 cc->cc_lastscan = now;
555 if (sbt < cc->cc_lastscan)
556 sbt = cc->cc_lastscan;

Completed in 57 milliseconds