Searched refs:default_pipe_buf_ops (Results 1 – 3 of 3) sorted by relevance
89 extern const struct pipe_buf_operations default_pipe_buf_ops;
473 return buf->ops == &default_pipe_buf_ops; in allocated()519 pipe->bufs[idx].ops = &default_pipe_buf_ops; in push_pipe()
328 const struct pipe_buf_operations default_pipe_buf_ops = { variable