Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpipe_fs_i.h5 #define PIPE_DEF_BUFFERS 16 macro
/Linux-v6.6/kernel/
Drelay.c1124 struct page *pages[PIPE_DEF_BUFFERS]; in subbuf_splice_actor()
1125 struct partial_page partial[PIPE_DEF_BUFFERS]; in subbuf_splice_actor()
1129 .nr_pages_max = PIPE_DEF_BUFFERS, in subbuf_splice_actor()
/Linux-v6.6/fs/
Dpipe.c60 static unsigned long pipe_user_pages_soft = PIPE_DEF_BUFFERS * INR_OPEN_CUR;
786 unsigned long pipe_bufs = PIPE_DEF_BUFFERS; in alloc_pipe_info()
Dsplice.c276 if (max_usage <= PIPE_DEF_BUFFERS) in splice_grow_spd()
293 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/Linux-v6.6/kernel/trace/
Dtrace.c7084 struct page *pages_def[PIPE_DEF_BUFFERS]; in tracing_splice_read_pipe()
7085 struct partial_page partial_def[PIPE_DEF_BUFFERS]; in tracing_splice_read_pipe()
7091 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
8450 struct partial_page partial_def[PIPE_DEF_BUFFERS]; in tracing_buffers_splice_read()
8451 struct page *pages_def[PIPE_DEF_BUFFERS]; in tracing_buffers_splice_read()
8455 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()