MCPcopy Index your code
hub / github.com/F-Stack/f-stack / callout_cc_del

Function callout_cc_del

lib/ff_kern_timeout.c:372–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static void
373callout_cc_del(struct callout *c, struct callout_cpu *cc)
374{
375
376 if ((c->c_iflags & CALLOUT_LOCAL_ALLOC) == 0)
377 return;
378 c->c_func = NULL;
379 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle);
380}
381
382static void
383softclock_call_cc(struct callout *c, struct callout_cpu *cc,

Callers 2

softclock_call_ccFunction · 0.85
_callout_stop_safeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected