Home
last modified time | relevance | path

Searched refs:PIPE_LOCKFL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpipe.h90 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ macro
/freebsd/sys/kern/
H A Dsys_pipe.c627 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipespace()
645 while (cpipe->pipe_state & PIPE_LOCKFL) { in pipelock()
656 cpipe->pipe_state |= PIPE_LOCKFL; in pipelock()
668 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipeunlock()
673 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()