Searched refs:PROC_SLOCK (Results 1 – 10 of 10) sorted by relevance
1276 PROC_SLOCK(p); in thread_single()1331 PROC_SLOCK(p); in thread_single()1477 PROC_SLOCK(p); in thread_suspend_check()1571 PROC_SLOCK(p); in thread_suspend_switch()1625 PROC_SLOCK(p); in thread_run_flash()1687 PROC_SLOCK(p); in thread_single_end()
2376 PROC_SLOCK(p); in tdsendsignal()2461 PROC_SLOCK(p); in tdsendsignal()2467 PROC_SLOCK(p); in tdsendsignal()2516 PROC_SLOCK(p); in tdsendsignal()2541 PROC_SLOCK(p); in tdsendsignal()2570 PROC_SLOCK(p); in tdsendsignal()2594 PROC_SLOCK(p); in tdsigwakeup()2908 PROC_SLOCK(p); in ptracestop()2960 PROC_SLOCK(p); in ptracestop()3302 PROC_SLOCK(p); in sigprocess()[all …]
758 PROC_SLOCK(p); in exit1()1411 PROC_SLOCK(p); in wait6_check_alive()1429 PROC_SLOCK(p); in wait6_check_alive()
559 PROC_SLOCK(td->td_proc); in poll_idle()
392 PROC_SLOCK(p); in kthread_exit()
410 PROC_SLOCK(p); in kern_thr_exit()
961 PROC_SLOCK(p); in ptrace_unsuspend()1352 PROC_SLOCK(p); in ptrace_action()
792 PROC_SLOCK(p2); in do_fork()
486 PROC_SLOCK(p); in sleepq_check_ast_sc_locked()
795 #define PROC_SLOCK(p) mtx_lock_spin(&(p)->p_slock) macro