Searched refs:F_SETPIPE_SZ (Results 1 – 4 of 4) sorted by relevance
27 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
78 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
329 case F_SETPIPE_SZ: in do_fcntl()
1057 case F_SETPIPE_SZ: { in pipe_fcntl()