Home
last modified time | relevance | path

Searched refs:cpu_state_change_notify (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c350 cpu_state_change_notify(cp->cpu_id, CPU_CPUPART_OUT); in cpupart_move_cpu()
382 cpu_state_change_notify(cp->cpu_id, CPU_CPUPART_IN); in cpupart_move_cpu()
392 cpu_state_change_notify(cp->cpu_id, CPU_CPUPART_IN); in cpupart_move_cpu()
419 cpu_state_change_notify(cp->cpu_id, in cpupart_move_cpu()
440 cpu_state_change_notify(cp->cpu_id, CPU_CPUPART_IN); in cpupart_move_cpu()
654 cpu_state_change_notify(cp->cpu_id, CPU_CPUPART_IN); in cpupart_move_cpu()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c1256 cpu_state_change_notify(cp->cpu_id, CPU_ON); in cpu_online()
1258 cpu_state_change_notify(cp->cpu_id, CPU_INTR_ON); in cpu_online()
1338 cpu_state_change_notify(cp->cpu_id, CPU_OFF); in cpu_offline()
1612 cpu_state_change_notify(cp->cpu_id, CPU_ON); in cpu_offline()
1613 cpu_state_change_notify(cp->cpu_id, CPU_INTR_ON); in cpu_offline()
1979 cpu_state_change_notify(cp->cpu_id, CPU_INIT); in cpu_add_active()
2165 cpu_state_change_notify(int id, cpu_setup_t what) in cpu_state_change_notify() function
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c780 cpu_state_change_notify(cpuid, CPU_SETUP); in start_other_cpus()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h779 extern void cpu_state_change_notify(int, cpu_setup_t);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c1591 cpu_state_change_notify(who, CPU_SETUP); in start_other_cpus()