Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c402 callout_hash(sbintime_t sbt) in callout_hash() function
412 return (callout_hash(sbt) & callwheelmask); in callout_get_bucket()
432 firstb = callout_hash(cc->cc_lastscan); in callout_process()
434 nowb = callout_hash(now); in callout_process()
447 lastb = callout_hash(last) - 1; in callout_process()