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

Function cc_cce_migrating

lib/ff_kern_timeout.c:214–218  ·  view source on GitHub ↗

* Checks if migration is requested by a specific callout cpu. */

Source from the content-addressed store, hash-verified

212 * Checks if migration is requested by a specific callout cpu.
213 */
214static int
215cc_cce_migrating(struct callout_cpu *cc, int direct)
216{
217 return (0);
218}
219
220/*
221 * Kernel low level callwheel initialization

Callers 2

softclock_call_ccFunction · 0.70
_callout_stop_safeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected