Searched refs:BIG_PIPE_SIZE (Results 1 – 4 of 4) sorted by relevance
32 #ifndef BIG_PIPE_SIZE33 #define BIG_PIPE_SIZE (64*1024) macro48 #define PIPENPAGES (BIG_PIPE_SIZE / PAGE_SIZE + 1)
10 #define BIG_PIPE_SIZE 64*1024 /* From sys/pipe.h */ macro48 char buf[BIG_PIPE_SIZE]; in main()
95 #define BIG_PIPE_SIZE (64 * 1024) /* From sys/pipe.h */ macro642 return (BIG_PIPE_SIZE); in max_pipe_buffer()
1175 if (desiredsize == BIG_PIPE_SIZE) in pipe_write()