Searched refs:callwheelmask (Results 1 – 1 of 1) sorted by relevance
133 static u_int __read_mostly callwheelmask; variable294 callwheelmask = callwheelsize - 1; in callout_callwheel_init()424 return (callout_hash(sbt) & callwheelmask); in callout_get_bucket()479 sc = &cc->cc_callwheel[firstb & callwheelmask]; in callout_process()492 cc->cc_bucket = firstb & callwheelmask; in callout_process()