MCPcopy Create free account
hub / github.com/F-Stack/f-stack / callout_get_bucket

Function callout_get_bucket

lib/ff_kern_timeout.c:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297static inline u_int
298callout_get_bucket(int to_ticks)
299{
300 return (to_ticks & callwheelmask);
301}
302
303void
304callout_tick(void)

Callers 2

callout_cc_addFunction · 0.70
softclockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected