Searched defs:pipe_buffer (Results 1 – 1 of 1) sorted by relevance
26 struct pipe_buffer { struct27 struct page *page;28 unsigned int offset, len;29 const struct pipe_buf_operations *ops;30 unsigned int flags;31 unsigned long private;
Completed in 3 milliseconds