Lines Matching refs:pipe_buffer
119 struct pipe_buffer *buf) in anon_pipe_buf_release()
147 struct pipe_buffer *buf) in generic_pipe_buf_steal()
175 void generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get()
191 struct pipe_buffer *buf) in generic_pipe_buf_confirm()
206 struct pipe_buffer *buf) in generic_pipe_buf_release()
248 struct pipe_buffer *buf = pipe->bufs + curbuf; in pipe_read()
364 struct pipe_buffer *buf = pipe->bufs + lastbuf; in pipe_write()
398 struct pipe_buffer *buf = pipe->bufs + newbuf; in pipe_write()
593 pipe->bufs = kzalloc(sizeof(struct pipe_buffer) * PIPE_DEF_BUFFERS, GFP_KERNEL); in alloc_pipe_info()
612 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info()
963 struct pipe_buffer *bufs; in pipe_set_size()
994 memcpy(bufs, pipe->bufs + pipe->curbuf, head * sizeof(struct pipe_buffer)); in pipe_set_size()
996 memcpy(bufs + head, pipe->bufs, tail * sizeof(struct pipe_buffer)); in pipe_set_size()