Searched refs:PROC_LOCKED (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/sys/ | ||
| HD | proc.h | 814 #define PROC_LOCKED(p) mtx_owned(&(p)->p_mtx) macro |
| /NextBSD/sys/kern/ | ||
| HD | imgact_elf.c | 1249 locked = PROC_LOCKED(p->td->td_proc); in sbuf_drain_core_output() |