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

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c302 int cu_cpu_update(struct cpu *cp, boolean_t move_to);
1427 * If move_to argument is True, execute the function on the CPU specified
1430 * If move_to is specified, the caller should hold cpu_lock or have preemption
1435 cu_cpu_update(struct cpu *cp, boolean_t move_to) argument
1441 ASSERT(!move_to || MUTEX_HELD(&cpu_lock) || curthread->t_preempt > 0);
1472 if (move_to)

Completed in 59 milliseconds