Home
last modified time | relevance | path

Searched refs:disp_enq_thread (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c747 disp_enq_thread = non_deep_idle_disp_enq_thread; in cpu_idle_fini()
852 disp_enq_thread = cstate_wakeup; in cpu_deep_idle_callb()
866 disp_enq_thread = non_deep_idle_disp_enq_thread; in cpu_deep_idle_callb()
896 disp_enq_thread = cstate_wakeup; in cpu_idle_cpr_callb()
905 disp_enq_thread = non_deep_idle_disp_enq_thread; in cpu_idle_cpr_callb()
973 disp_enq_thread = cstate_wakeup; in cpuidle_cstate_instance()
976 disp_enq_thread = non_deep_idle_disp_enq_thread; in cpuidle_cstate_instance()
H A Dcpupm_mach.c236 disp_enq_thread = non_deep_idle_disp_enq_thread; in cpupm_init()
245 disp_enq_thread = cstate_wakeup; in cpupm_init()
254 disp_enq_thread = non_deep_idle_disp_enq_thread; in cpupm_init()
/titanic_44/usr/src/uts/common/sys/
H A Ddisp.h134 extern void (*disp_enq_thread)(struct cpu *, int);
/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachsystm.h139 void (*disp_enq_thread)(cpu_t *, int); variable
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1028 non_deep_idle_disp_enq_thread = disp_enq_thread; in mach_init()
1146 disp_enq_thread = cpu_wakeup; in mach_smpinit()
1150 disp_enq_thread = cpu_wakeup_mwait; in mach_smpinit()
1151 non_deep_idle_disp_enq_thread = disp_enq_thread; in mach_smpinit()
/titanic_44/usr/src/uts/sun4u/os/
H A Dmach_startup.c411 disp_enq_thread = cpu_wakeup; in mach_cpu_halt_idle()
/titanic_44/usr/src/uts/sun4v/os/
H A Dmach_startup.c285 disp_enq_thread = cpu_wakeup; in mach_cpu_halt_idle()
/titanic_44/usr/src/uts/common/disp/
H A Ddisp.c90 void (*disp_enq_thread)(cpu_t *, int) = generic_enq_thread; variable
1359 (*disp_enq_thread)(cp, bound); in setbackdq()
1519 (*disp_enq_thread)(cp, bound); in setfrontdq()
1597 (*disp_enq_thread)(cp, 0); in setkpdq()