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

Function cc_cce_cleanup

lib/ff_kern_timeout.c:203–209  ·  view source on GitHub ↗

* Resets the execution entity tied to a specific callout cpu. */

Source from the content-addressed store, hash-verified

201 * Resets the execution entity tied to a specific callout cpu.
202 */
203static void
204cc_cce_cleanup(struct callout_cpu *cc, int direct)
205{
206 cc_exec_curr(cc, direct) = NULL;
207 cc_exec_cancel(cc, direct) = false;
208 cc_exec_waiting(cc, direct) = false;
209}
210
211/*
212 * Checks if migration is requested by a specific callout cpu.

Callers 2

callout_cpu_initFunction · 0.70
softclock_call_ccFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected