Lines Matching refs:pipe_buffer
125 struct pipe_buffer *buf) in anon_pipe_buf_release()
153 struct pipe_buffer *buf) in generic_pipe_buf_steal()
181 void generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get()
197 struct pipe_buffer *buf) in generic_pipe_buf_confirm()
212 struct pipe_buffer *buf) in generic_pipe_buf_release()
254 struct pipe_buffer *buf = pipe->bufs + curbuf; in pipe_read()
370 struct pipe_buffer *buf = pipe->bufs + lastbuf; in pipe_write()
403 struct pipe_buffer *buf = pipe->bufs + newbuf; in pipe_write()
622 pipe->bufs = kzalloc(sizeof(struct pipe_buffer) * pipe_bufs, GFP_KERNEL); in alloc_pipe_info()
648 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info()
1002 struct pipe_buffer *bufs; in pipe_set_size()
1033 memcpy(bufs, pipe->bufs + pipe->curbuf, head * sizeof(struct pipe_buffer)); in pipe_set_size()
1035 memcpy(bufs + head, pipe->bufs, tail * sizeof(struct pipe_buffer)); in pipe_set_size()