Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_timeout.c422 callout_hash(sbintime_t sbt) in callout_hash() function
432 return (callout_hash(sbt) & callwheelmask); in callout_get_bucket()
452 firstb = callout_hash(cc->cc_lastscan); in callout_process()
454 nowb = callout_hash(now); in callout_process()
467 lastb = callout_hash(last) - 1; in callout_process()