Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dwatch_queue.h11 #define IOC_WATCH_QUEUE_SET_SIZE _IO('W', 0x60) /* Set the size in pages */ macro
/Linux-v5.15/samples/watch_queue/
Dwatch_test.c164 if (ioctl(fd, IOC_WATCH_QUEUE_SET_SIZE, BUF_SIZE) == -1) { in main()
/Linux-v5.15/Documentation/
Dwatch_queue.rst297 ioctl(fds[1], IOC_WATCH_QUEUE_SET_SIZE, 256);
/Linux-v5.15/fs/
Dpipe.c627 case IOC_WATCH_QUEUE_SET_SIZE: { in pipe_ioctl()