Searched refs:F_SETPIPE_SZ (Results 1 – 8 of 8) sorted by relevance
29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
30 fcntl.F_SETPIPE_SZ = 103166 fcntl.fcntl(worker_pipe, fcntl.F_SETPIPE_SZ, 512 * 1024)
402 case F_SETPIPE_SZ: in do_fcntl()
1405 case F_SETPIPE_SZ: in pipe_fcntl()
2333 #ifdef F_SETPIPE_SZ in print_fcntl()
6810 #ifdef F_SETPIPE_SZ in target_to_host_fcntl_cmd()6812 ret = F_SETPIPE_SZ; in target_to_host_fcntl_cmd()