Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
static inline u_int
298
callout_get_bucket(int to_ticks)
299
{
300
return (to_ticks & callwheelmask);
301
}
302
303
void
304
callout_tick(void)
Callers
2
callout_cc_add
Function · 0.70
softclock
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected