Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c168 sbintime_t cc_lastscan; member
432 firstb = callout_hash(cc->cc_lastscan); in callout_process()
433 cc->cc_lastscan = now; in callout_process()
573 if (sbt < cc->cc_lastscan) in callout_cc_add()
574 sbt = cc->cc_lastscan; in callout_cc_add()