Home
last modified time | relevance | path

Searched refs:PROC_LOCKED (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/sys/
HDproc.h814 #define PROC_LOCKED(p) mtx_owned(&(p)->p_mtx) macro
/NextBSD/sys/kern/
HDimgact_elf.c1249 locked = PROC_LOCKED(p->td->td_proc); in sbuf_drain_core_output()