Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_pipe.c153 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_ioctl()
170 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_poll_impl()
186 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_read()
203 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_relabel()
220 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_stat()
236 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_check_write()
250 mtx_assert(&pp->pp_mtx, MA_OWNED); in mac_pipe_label_set()
/f-stack/freebsd/sys/
H A Dpipe.h141 struct mtx pp_mtx; member
145 #define PIPE_MTX(pipe) (&(pipe)->pipe_pair->pp_mtx)
/f-stack/freebsd/kern/
H A Dsys_pipe.c323 mtx_init(&pp->pp_mtx, "pipe mutex", NULL, MTX_DEF | MTX_NEW); in pipe_zone_init()
336 mtx_destroy(&pp->pp_mtx); in pipe_zone_fini()