Searched defs:cyclic_offline (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c119 * cyclic_offline() <-- Offlines cyclic operation on a CPU
1619 * we're trying to avoid. If cyclic_juggle()/cyclic_offline()
3232 * int cyclic_offline(cpu_t *)
3236 * cyclic_offline() offlines the cyclic subsystem on the specified CPU.
3240 * The only argument to cyclic_offline() is a CPU to offline.
3241 * cyclic_offline() will attempt to juggle cyclics away from the specified
3246 * cyclic_offline() returns 1 if all cyclics on the CPU were juggled away
3248 * cyclic_offline returns 0 if some cyclics remain, blocking the cyclic
3257 * The only caller of cyclic_offline() should be the processor management
3258 * subsystem. It is expected that the caller of cyclic_offline() wil
3264 cyclic_offline(cpu_t *c) function
[all...]

Completed in 83 milliseconds