Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_pipe.c151 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_ioctl()
168 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_poll_impl()
184 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_read_impl()
201 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_relabel()
218 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_stat()
234 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_write()
248 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_label_set()
/freebsd/sys/sys/
H A Dpipe.h137 struct mtx pp_mtx; member
142 #define PIPE_MTX(pipe) (&(pipe)->pipe_pair->pp_mtx)
/freebsd/sys/kern/
H A Dsys_pipe.c353 mtx_init(&pp->pp_mtx, "pipe mutex", NULL, MTX_DEF | MTX_NEW); in pipe_zone_init()
366 mtx_destroy(&pp->pp_mtx); in pipe_zone_fini()