Home
last modified time | relevance | path

Searched refs:PIPE_DEF_BUFFERS (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpipe_fs_i.h5 #define PIPE_DEF_BUFFERS 16 macro
/linux/fs/
H A Dsplice.c275 if (max_usage <= PIPE_DEF_BUFFERS) in splice_grow_spd()
291 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/linux/kernel/trace/
H A Dtrace.c5558 struct page *pages_def[PIPE_DEF_BUFFERS]; in tracing_splice_read_pipe()
5559 struct partial_page partial_def[PIPE_DEF_BUFFERS]; in tracing_splice_read_pipe()
5565 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
7264 struct partial_page partial_def[PIPE_DEF_BUFFERS]; in tracing_buffers_splice_read()
7265 struct page *pages_def[PIPE_DEF_BUFFERS]; in tracing_buffers_splice_read()
7269 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()