Searched refs:PIPE_LOCKFL (Results 1 – 2 of 2) sorted by relevance
94 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ macro
606 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipespace()624 while (cpipe->pipe_state & PIPE_LOCKFL) { in pipelock()635 cpipe->pipe_state |= PIPE_LOCKFL; in pipelock()647 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipeunlock()652 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()