Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dfcntl.h28 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/tools/virtio/virtio-trace/
Dtrace-agent-rw.c78 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()