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

Function cc_cce_migrating

freebsd/kern/kern_timeout.c:256–265  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

254 * Checks if migration is requested by a specific callout cpu.
255 */
256static int
257cc_cce_migrating(struct callout_cpu *cc, int direct)
258{
259
260#ifdef SMP
261 return (cc_migration_cpu(cc, direct) != CPUBLOCK);
262#else
263 return (0);
264#endif
265}
266
267/*
268 * 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