Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpipe_fs_i.h129 extern unsigned long pipe_user_pages_soft;
/linux-4.4.14/fs/
Dpipe.c45 unsigned long pipe_user_pages_soft = PIPE_DEF_BUFFERS * INR_OPEN_CUR; variable
600 return pipe_user_pages_soft && in too_many_pipe_buffers_soft()
601 atomic_long_read(&user->pipe_bufs) >= pipe_user_pages_soft; in too_many_pipe_buffers_soft()
/linux-4.4.14/kernel/
Dsysctl.c1747 .data = &pipe_user_pages_soft,
1748 .maxlen = sizeof(pipe_user_pages_soft),