Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpipe_fs_i.h5 #define PIPE_DEF_BUFFERS 16 macro
/linux-6.3-rc2/kernel/
A Drelay.c1123 struct page *pages[PIPE_DEF_BUFFERS]; in subbuf_splice_actor()
1124 struct partial_page partial[PIPE_DEF_BUFFERS]; in subbuf_splice_actor()
1128 .nr_pages_max = PIPE_DEF_BUFFERS, in subbuf_splice_actor()
/linux-6.3-rc2/fs/
A Dpipe.c60 static unsigned long pipe_user_pages_soft = PIPE_DEF_BUFFERS * INR_OPEN_CUR;
785 unsigned long pipe_bufs = PIPE_DEF_BUFFERS; in alloc_pipe_info()
A Dsplice.c261 if (max_usage <= PIPE_DEF_BUFFERS) in splice_grow_spd()
278 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/linux-6.3-rc2/kernel/trace/
A Dtrace.c6963 struct page *pages_def[PIPE_DEF_BUFFERS]; in tracing_splice_read_pipe()
6964 struct partial_page partial_def[PIPE_DEF_BUFFERS]; in tracing_splice_read_pipe()
6970 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
8320 struct partial_page partial_def[PIPE_DEF_BUFFERS]; in tracing_buffers_splice_read()
8321 struct page *pages_def[PIPE_DEF_BUFFERS]; in tracing_buffers_splice_read()
8325 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()

Completed in 32 milliseconds