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

/freebsd-current/sys/sys/
H A Dpipe.h32 #ifndef BIG_PIPE_SIZE
33 #define BIG_PIPE_SIZE (64*1024) macro
48 #define PIPENPAGES (BIG_PIPE_SIZE / PAGE_SIZE + 1)
/freebsd-current/tests/sys/kern/pipe/
H A Dbig_pipe_test.c10 #define BIG_PIPE_SIZE 64*1024 /* From sys/pipe.h */ macro
48 char buf[BIG_PIPE_SIZE];
/freebsd-current/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c95 #define BIG_PIPE_SIZE (64 * 1024) /* From sys/pipe.h */ macro
636 return (BIG_PIPE_SIZE);
/freebsd-current/sys/kern/
H A Dsys_pipe.c1141 if (desiredsize == BIG_PIPE_SIZE)

Completed in 177 milliseconds