Searched refs:callwheelmask (Results 1 – 2 of 2) sorted by relevance
120 u_int callwheelsize, callwheelmask; variable244 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()
129 static u_int __read_mostly callwheelmask; variable291 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()