Home
last modified time | relevance | path

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

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