Home
last modified time | relevance | path

Searched refs:utstop_init (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c35 extern void utstop_init(void);
80 utstop_init(); in cpr_stop_user_threads()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c333 extern void utstop_init(void); in sysctrl_stop_user_threads()
341 utstop_init(); in sysctrl_stop_user_threads()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c515 extern void utstop_init(void);
526 utstop_init();
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c535 extern void utstop_init(void); in dr_stop_user_threads()
543 utstop_init(); in dr_stop_user_threads()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c536 extern void utstop_init(void); in dr_stop_user_threads()
544 utstop_init(); in dr_stop_user_threads()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1232 utstop_init(void) in utstop_init() function