HomeSort by: relevance | last modified time | path
    Searched refs:pipe_state (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 179 pipe->pipe_state = PIPE_SIGNALR;
340 while (pipe->pipe_state & PIPE_LOCKFL) {
350 pipe->pipe_state |= PIPE_LOCKFL;
362 KASSERT(pipe->pipe_state & PIPE_LOCKFL);
364 pipe->pipe_state &= ~PIPE_LOCKFL;
400 if (sigp == NULL || (sigp->pipe_state & PIPE_ASYNC) == 0)
432 (atomic_load_relaxed(&rpipe->pipe_state) & PIPE_EOF) == 0)
491 if (rpipe->pipe_state & PIPE_EOF)
530 wakeup_state = rpipe->pipe_state;
541 rpipe->pipe_state &= ~PIPE_RESTART
    [all...]
  /src/sys/sys/
pipe.h 76 * Bits in pipe_state.
103 u_int pipe_state; /* pipe status info */ member in struct:pipe
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv10.c 38 struct pipe_state { struct
410 struct pipe_state pipe_state; member in struct:nv10_gr_chan
440 struct pipe_state *pipe = &chan->pipe_state;
568 struct pipe_state *pipe = &chan->pipe_state;
587 struct pipe_state *pipe = &chan->pipe_state;
639 struct pipe_state *pipe_state = &chan->pipe_state local
    [all...]
  /src/usr.bin/fstat/
fstat.c 1291 (cp.pipe_state & PIPE_ASYNC) ? "a" : "");

Completed in 26 milliseconds