Searched refs:pipe_state (Results 1 – 8 of 8) sorted by relevance
179 pipe->pipe_state = PIPE_SIGNALR; in pipe_ctor()338 while (pipe->pipe_state & PIPE_LOCKFL) { in pipelock()348 pipe->pipe_state |= PIPE_LOCKFL; in pipelock()360 KASSERT(pipe->pipe_state & PIPE_LOCKFL); in pipeunlock()362 pipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()398 if (sigp == NULL || (sigp->pipe_state & PIPE_ASYNC) == 0) in pipeselwakeup()430 (atomic_load_relaxed(&rpipe->pipe_state) & PIPE_EOF) == 0) in pipe_read()489 if (rpipe->pipe_state & PIPE_EOF) in pipe_read()528 wakeup_state = rpipe->pipe_state; in pipe_read()539 rpipe->pipe_state &= ~PIPE_RESTART; in pipe_read()[all …]
38 struct pipe_state { struct410 struct pipe_state pipe_state; member440 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window()568 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe()587 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe()639 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_gr_create_pipe() local644 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()648 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()649 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
103 u_int pipe_state; /* pipe status info */ member
1289 (cp.pipe_state & PIPE_ASYNC) ? "a" : ""); in ptrans()
2541 * ser-mingw.c (struct pipe_state): New structure.
5293 * ser-pipe.c (struct pipe_state): Define.5295 pipe_state''. Delete #ifdef code that used popen().