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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c113 * cyclic_bind() <-- Change a cyclic's CPU or partition binding
1118 * any of cyclic_add(), cyclic_remove(), cyclic_bind() or cyclic_juggle().
2728 * cyclic_add(), cyclic_remove() or cyclic_bind(); the implementation of
2927 * void cyclic_bind(cyclic_id_t, cpu_t *, cpupart_t *)
2931 * cyclic_bind() atomically changes the CPU and CPU partition bindings
2937 * cyclic_bind() may _not_ be called on a cyclic_id returned from
2982 * reconfiguration; cyclic_bind() should only be called with great care
2987 * None; cyclic_bind() always succeeds.
2996 cyclic_bind(cyclic_id_t id, cpu_t *d, cpupart_t *part) function

Completed in 83 milliseconds