Searched refs:cyclic_juggle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic.h86 extern int cyclic_juggle(cpu_t *cpu);
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_intr.c131 (void) cyclic_juggle(cp);
H A Dcyclic.c118 * cyclic_juggle() <-- Juggles cyclics away from a CPU
602 * reader mode by cyclic_reprogram() and writer mode by cyclic_juggle() and
1118 * any of cyclic_add(), cyclic_remove(), cyclic_bind() or cyclic_juggle().
1619 * we're trying to avoid. If cyclic_juggle()/cyclic_offline()
2703 * cyclic is being juggled between CPUs (see cyclic_juggle(), below).
3169 * int cyclic_juggle(cpu_t *)
3173 * cyclic_juggle() juggles as many cyclics as possible away from the
3179 * The only argument to cyclic_juggle() is the CPU from which cyclics
3188 * cyclic_juggle() returns a non-zero value if all cyclics were able to
3196 * grabbed by any cyclic handler. While cyclic_juggle() _may
3203 cyclic_juggle(cpu_t *c) function
[all...]

Completed in 84 milliseconds