Searched refs:PIPE_DEF_BUFFERS (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpipe_fs_i.h5 #define PIPE_DEF_BUFFERS 16 macro
/linux-master/fs/
H A Dpipe.c60 static unsigned long pipe_user_pages_soft = PIPE_DEF_BUFFERS * INR_OPEN_CUR;
793 unsigned long pipe_bufs = PIPE_DEF_BUFFERS;
H A Dsplice.c277 if (max_usage <= PIPE_DEF_BUFFERS)
294 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS)
/linux-master/kernel/trace/
H A Dtrace.c6672 struct page *pages_def[PIPE_DEF_BUFFERS];
6673 struct partial_page partial_def[PIPE_DEF_BUFFERS];
6679 .nr_pages_max = PIPE_DEF_BUFFERS,
8081 struct partial_page partial_def[PIPE_DEF_BUFFERS];
8082 struct page *pages_def[PIPE_DEF_BUFFERS];
8086 .nr_pages_max = PIPE_DEF_BUFFERS,

Completed in 144 milliseconds