Lines Matching refs:pipe_buffer
122 struct pipe_buffer *buf) in anon_pipe_buf_release()
138 struct pipe_buffer *buf) in anon_pipe_buf_steal()
164 struct pipe_buffer *buf) in generic_pipe_buf_steal()
192 void generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get()
208 struct pipe_buffer *buf) in generic_pipe_buf_confirm()
223 struct pipe_buffer *buf) in generic_pipe_buf_release()
265 struct pipe_buffer *buf = pipe->bufs + curbuf; in pipe_read()
379 struct pipe_buffer *buf = pipe->bufs + lastbuf; in pipe_write()
411 struct pipe_buffer *buf = pipe->bufs + newbuf; in pipe_write()
650 pipe->bufs = kcalloc(pipe_bufs, sizeof(struct pipe_buffer), in alloc_pipe_info()
677 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info()
1030 struct pipe_buffer *bufs; in pipe_set_size()
1096 memcpy(bufs, pipe->bufs + pipe->curbuf, head * sizeof(struct pipe_buffer)); in pipe_set_size()
1098 memcpy(bufs + head, pipe->bufs, tail * sizeof(struct pipe_buffer)); in pipe_set_size()