Home
last modified time | relevance | path

Searched refs:too_many_pipe_buffers_hard (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpipe_fs_i.h278 bool too_many_pipe_buffers_hard(unsigned long user_bufs);
/kernel/linux/linux-6.6/include/linux/
H A Dpipe_fs_i.h283 bool too_many_pipe_buffers_hard(unsigned long user_bufs);
/kernel/linux/linux-5.10/fs/
H A Dpipe.c767 bool too_many_pipe_buffers_hard(unsigned long user_bufs) in too_many_pipe_buffers_hard() function
801 if (too_many_pipe_buffers_hard(user_bufs) && pipe_is_unprivileged_user()) in alloc_pipe_info()
1348 (too_many_pipe_buffers_hard(user_bufs) || in pipe_set_size()
/kernel/linux/linux-6.6/fs/
H A Dpipe.c769 bool too_many_pipe_buffers_hard(unsigned long user_bufs) in too_many_pipe_buffers_hard() function
803 if (too_many_pipe_buffers_hard(user_bufs) && pipe_is_unprivileged_user()) in alloc_pipe_info()
1353 (too_many_pipe_buffers_hard(user_bufs) || in pipe_set_size()
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c265 (too_many_pipe_buffers_hard(user_bufs) || in watch_queue_set_size()
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c260 (too_many_pipe_buffers_hard(user_bufs) || in watch_queue_set_size()

Completed in 6 milliseconds