Home
last modified time | relevance | path

Searched refs:schedctl_is_park (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dschedctl.h104 int schedctl_is_park(void);
/titanic_44/usr/src/uts/common/os/
H A Dschedctl.c396 schedctl_is_park(void) in schedctl_is_park() function
/titanic_44/usr/src/uts/common/syscall/
H A Dlwpsys.c495 if (!schedctl_is_park()) in lwp_park()
H A Dlwp_sobj.c1724 if (check_park && (!schedctl_is_park() || t->t_unpark)) { in lwp_cond_wait()
2083 if (check_park && (!schedctl_is_park() || t->t_unpark)) { in lwp_sema_timedwait()