Searched refs:PROC_SLOCK (Results 1 – 10 of 10) sorted by relevance
1271 PROC_SLOCK(p); in thread_single()1329 PROC_SLOCK(p); in thread_single()1468 PROC_SLOCK(p); in thread_suspend_check()1565 PROC_SLOCK(p); in thread_suspend_switch()1619 PROC_SLOCK(p); in thread_run_flash()1689 PROC_SLOCK(p); in thread_single_end()
2435 PROC_SLOCK(p); in tdsendsignal()2443 PROC_SLOCK(p); in tdsendsignal()2492 PROC_SLOCK(p); in tdsendsignal()2517 PROC_SLOCK(p); in tdsendsignal()2546 PROC_SLOCK(p); in tdsendsignal()2575 PROC_SLOCK(p); in tdsigwakeup()2850 PROC_SLOCK(p); in ptracestop()2918 PROC_SLOCK(p); in ptracestop()3260 PROC_SLOCK(p); in sigprocess()3390 PROC_SLOCK(p); in thread_stopped()
713 PROC_SLOCK(p); in exit1()1340 PROC_SLOCK(p); in kern_wait6()1360 PROC_SLOCK(p); in kern_wait6()
559 PROC_SLOCK(td->td_proc); in poll_idle()
393 PROC_SLOCK(p); in kthread_exit()
381 PROC_SLOCK(p); in kern_thr_exit()
793 PROC_SLOCK(p); in ptrace_unsuspend()1095 PROC_SLOCK(p); in kern_ptrace()
714 PROC_SLOCK(p2); in do_fork()
486 PROC_SLOCK(p); in sleepq_check_ast_sc_locked()
788 #define PROC_SLOCK(p) mtx_lock_spin(&(p)->p_slock) macro