Home
last modified time | relevance | path

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

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