Home
last modified time | relevance | path

Searched refs:F_SETPIPE_SZ (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfcntl.h27 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent-rw.c78 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
/linux-4.1.27/fs/
Dfcntl.c329 case F_SETPIPE_SZ: in do_fcntl()
Dpipe.c1057 case F_SETPIPE_SZ: { in pipe_fcntl()