Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c866 already_locked = PROC_LOCKED(p); in mac_veriexec_proc_is_trusted()
/f-stack/freebsd/sys/
H A Dproc.h895 #define PROC_LOCKED(p) mtx_owned(&(p)->p_mtx) macro
/f-stack/freebsd/kern/
H A Dimgact_elf.c1636 locked = PROC_LOCKED(p->td->td_proc); in sbuf_drain_core_output()