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

/freebsd-11-stable/sys/security/mac/
H A Dmac_pipe.c153 mtx_assert(&pp->pp_mtx, MA_OWNED);
170 mtx_assert(&pp->pp_mtx, MA_OWNED);
186 mtx_assert(&pp->pp_mtx, MA_OWNED);
203 mtx_assert(&pp->pp_mtx, MA_OWNED);
220 mtx_assert(&pp->pp_mtx, MA_OWNED);
236 mtx_assert(&pp->pp_mtx, MA_OWNED);
250 mtx_assert(&pp->pp_mtx, MA_OWNED);
/freebsd-11-stable/sys/sys/
H A Dpipe.h135 struct mtx pp_mtx; member in struct:pipepair
139 #define PIPE_MTX(pipe) (&(pipe)->pipe_pair->pp_mtx)
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c323 mtx_init(&pp->pp_mtx, "pipe mutex", NULL, MTX_DEF | MTX_NEW);
336 mtx_destroy(&pp->pp_mtx);

Completed in 63 milliseconds