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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c122 * cyclic_move_out() <-- Notifies subsystem of change in CPU partition
3427 * int cyclic_move_out(cpu_t *)
3431 * cyclic_move_out() is called by the CPU partition code immediately before
3436 * The only argument to cyclic_move_out() is a CPU which is to move out of
3439 * cyclic_move_out() will attempt to juggle away all partition-bound
3441 * partition-bound cyclics, cyclic_move_out() will fail. If there exists
3443 * cyclic_move_out() will fail.
3445 * Note that cyclic_move_out() will _only_ attempt to juggle away
3452 * cyclic_move_out() returns 1 if all partition-bound cyclics on the CPU
3457 * cyclic_move_out() shoul
3467 cyclic_move_out(cpu_t *c) function
[all...]

Completed in 67 milliseconds