Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwatch_queue.h84 extern struct watch_queue *get_watch_queue(int);
/OK3568_Linux_fs/kernel/kernel/
H A Dwatch_queue.c665 struct watch_queue *get_watch_queue(int fd) in get_watch_queue() function
683 EXPORT_SYMBOL(get_watch_queue);
/OK3568_Linux_fs/kernel/Documentation/
H A Dwatch_queue.rst130 * ``struct watch_queue *get_watch_queue(int fd);``
139 This discards the reference obtained from ``get_watch_queue()``.
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl.c1785 wqueue = get_watch_queue(watch_queue_fd); in keyctl_watch_key()