Home
last modified time | relevance | path

Searched refs:SMALL_PIPE_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpipe.h36 #ifndef SMALL_PIPE_SIZE
37 #define SMALL_PIPE_SIZE PAGE_SIZE macro
/freebsd/sys/kern/
H A Dsys_pipe.c587 size > SMALL_PIPE_SIZE) { in pipespace_new()
588 size = SMALL_PIPE_SIZE; in pipespace_new()
600 size > SMALL_PIPE_SIZE) { in pipespace_new()
601 size = SMALL_PIPE_SIZE; in pipespace_new()
613 size > SMALL_PIPE_SIZE) { in pipespace_new()
614 size = SMALL_PIPE_SIZE; in pipespace_new()
735 maxpipekva / 2 ? SMALL_PIPE_SIZE : PIPE_SIZE); in pipe_create()
794 rpipe->pipe_buffer.size > SMALL_PIPE_SIZE && in pipe_read()
795 rpipe->pipe_buffer.cnt <= SMALL_PIPE_SIZE && in pipe_read()
798 pipespace(rpipe, SMALL_PIPE_SIZE); in pipe_read()
[all …]