Home
last modified time | relevance | path

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

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