Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c120 u_int callwheelsize, callwheelmask; variable
244 callwheelmask = callwheelsize - 1; in callout_callwheel_init()
300 return (to_ticks & callwheelmask); in callout_get_bucket()
318 bucket = cc->cc_softticks & callwheelmask; in callout_tick()
578 sc = &cc->cc_callwheel[curticks & callwheelmask]; in softclock()
/f-stack/freebsd/kern/
H A Dkern_timeout.c129 static u_int __read_mostly callwheelmask; variable
291 callwheelmask = callwheelsize - 1; in callout_callwheel_init()
412 return (callout_hash(sbt) & callwheelmask); in callout_get_bucket()
462 sc = &cc->cc_callwheel[firstb & callwheelmask]; in callout_process()
477 cc->cc_bucket = firstb & callwheelmask; in callout_process()