Home
last modified time | relevance | path

Searched refs:try_steal (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dpipe_fs_i.h119 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); member
227 if (!buf->ops->try_steal) in pipe_buf_try_steal()
229 return buf->ops->try_steal(pipe, buf); in pipe_buf_try_steal()
/linux-6.3-rc2/fs/
A Dsplice.c143 .try_steal = page_cache_pipe_buf_try_steal,
159 .try_steal = user_page_pipe_buf_try_steal,
423 .try_steal = generic_pipe_buf_try_steal,
A Dpipe.c216 .try_steal = anon_pipe_buf_try_steal,
/linux-6.3-rc2/kernel/
A Dwatch_queue.c87 .try_steal = watch_queue_pipe_buf_try_steal,
A Drelay.c1096 .try_steal = generic_pipe_buf_try_steal,

Completed in 13 milliseconds