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

/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h149 extern int cu_cpu_update(struct cpu *, boolean_t);
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c302 int cu_cpu_update(struct cpu *cp, boolean_t move_to);
717 * off to on state. This will cause cu_cpu_update to update stop times
725 (void) cu_cpu_update(cp, B_FALSE);
821 (void) cu_cpu_update(cp, B_FALSE);
1379 (void) cu_cpu_update(cp, B_TRUE);
1435 cu_cpu_update(struct cpu *cp, boolean_t move_to) function
1630 (void) cu_cpu_update(cpu, B_TRUE);

Completed in 45 milliseconds