Home
last modified time | relevance | path

Searched refs:schedctl_cancel_pending (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/disp/
H A Dshuttle.c165 MUSTRETURN(curproc, curthread) || schedctl_cancel_pending())) in shuttle_resume()
200 MUSTRETURN(curproc, curthread) || schedctl_cancel_pending()) in shuttle_swtch()
/titanic_41/usr/src/uts/common/sys/
H A Dschedctl.h102 int schedctl_cancel_pending(void);
/titanic_41/usr/src/uts/common/os/
H A Dcondvar.c330 cancel_pending = schedctl_cancel_pending(); in cv_wait_sig()
407 cancel_pending = schedctl_cancel_pending(); in cv_timedwait_sig_hires()
551 cancel_pending = schedctl_cancel_pending(); in cv_wait_sig_swap_core()
H A Dsemaphore.c270 cancel_pending = schedctl_cancel_pending(); in sema_p_sig()
H A Dschedctl.c360 schedctl_cancel_pending(void) in schedctl_cancel_pending() function
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c715 (cancel_pending = schedctl_cancel_pending()) != 0) { in door_call()
1523 (cancel_pending = schedctl_cancel_pending()) != 0) { in door_return()
3210 (cancel_pending = schedctl_cancel_pending()) != 0)) { in door_upcall()
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c538 if (schedctl_cancel_pending()) in auto_calldaemon()