Searched refs:pp_mtx (Results 1 – 1 of 1) sorted by relevance
159 lck_mtx_t pp_mtx; member166 __container_of(PIPE_MTX(pipe), struct pipepair, pp_mtx)622 lck_mtx_init(&pp->pp_mtx, &pipe_mtx_grp, LCK_ATTR_NULL); in pipepair_alloc()624 rpipe->pipe_mtxp = &pp->pp_mtx; in pipepair_alloc()625 wpipe->pipe_mtxp = &pp->pp_mtx; in pipepair_alloc()640 lck_mtx_destroy(&pp->pp_mtx, &pipe_mtx_grp); in pipepair_alloc()657 lck_mtx_lock(&pp->pp_mtx); in pipepair_destroy_pipe()666 lck_mtx_unlock(&pp->pp_mtx); in pipepair_destroy_pipe()669 lck_mtx_destroy(&pp->pp_mtx, &pipe_mtx_grp); in pipepair_destroy_pipe()