Searched refs:PIPE_LOCKFL (Results 1 – 2 of 2) sorted by relevance
90 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ macro
659 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipespace()677 while (cpipe->pipe_state & PIPE_LOCKFL) { in pipelock()688 cpipe->pipe_state |= PIPE_LOCKFL; in pipelock()700 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipeunlock()705 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()