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

Function callout_schedule

freebsd/kern/kern_timeout.c:1044–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044int
1045callout_schedule(struct callout *c, int to_ticks)
1046{
1047 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu);
1048}
1049
1050int
1051_callout_stop_safe(struct callout *c, int flags, callout_func_t *drain)

Callers 9

periodic_resettodrFunction · 0.70
nat64lsn_periodicFunction · 0.50
dfs_timeoutFunction · 0.50
arptimerFunction · 0.50
syncookie_reseedFunction · 0.50
syncache_unpauseFunction · 0.50
vxlan_timerFunction · 0.50
key_timehandlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected