Home
last modified time | relevance | path

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

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