Searched refs:PROC_SLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_thread.c | 938 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_exit() 1116 PROC_SLOCK_ASSERT(p, MA_OWNED); in calc_remaining() 1141 PROC_SLOCK_ASSERT(p, MA_OWNED); in weed_inhib() 1546 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_switch() 1574 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_one() 1592 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend_one() 1637 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend()
|
| H A D | kern_sig.c | 2554 PROC_SLOCK_ASSERT(p, MA_NOTOWNED); in tdsendsignal() 2790 PROC_SLOCK_ASSERT(p, MA_OWNED); in sig_suspend_threads() 3379 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_stopped()
|
| /freebsd-14.2/sys/sys/ |
| H A D | proc.h | 790 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro
|