Searched refs:PROC_SLOCK (Results 1 – 10 of 10) sorted by relevance
1266 PROC_SLOCK(p); in thread_single()1321 PROC_SLOCK(p); in thread_single()1459 PROC_SLOCK(p); in thread_suspend_check()1554 PROC_SLOCK(p); in thread_suspend_switch()1608 PROC_SLOCK(p); in thread_run_flash()1670 PROC_SLOCK(p); in thread_single_end()
2437 PROC_SLOCK(p); in tdsendsignal()2445 PROC_SLOCK(p); in tdsendsignal()2494 PROC_SLOCK(p); in tdsendsignal()2519 PROC_SLOCK(p); in tdsendsignal()2548 PROC_SLOCK(p); in tdsendsignal()2572 PROC_SLOCK(p); in tdsigwakeup()2840 PROC_SLOCK(p); in ptracestop()2908 PROC_SLOCK(p); in ptracestop()3250 PROC_SLOCK(p); in sigprocess()3380 PROC_SLOCK(p); in thread_stopped()
711 PROC_SLOCK(p); in exit1()1346 PROC_SLOCK(p); in kern_wait6()1366 PROC_SLOCK(p); in kern_wait6()
559 PROC_SLOCK(td->td_proc); in poll_idle()
392 PROC_SLOCK(p); in kthread_exit()
381 PROC_SLOCK(p); in kern_thr_exit()
787 PROC_SLOCK(p); in ptrace_unsuspend()1089 PROC_SLOCK(p); in kern_ptrace()
712 PROC_SLOCK(p2); in do_fork()
486 PROC_SLOCK(p); in sleepq_check_ast_sc_locked()
785 #define PROC_SLOCK(p) mtx_lock_spin(&(p)->p_slock) macro