Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dwatch_queue.rst121 * ``struct watch_queue *get_watch_queue(int fd);``
128 该函数用以丢弃从 ``get_watch_queue()`` 获得的引用。
/linux-6.3-rc2/include/linux/
A Dwatch_queue.h84 extern struct watch_queue *get_watch_queue(int);
/linux-6.3-rc2/kernel/
A Dwatch_queue.c663 struct watch_queue *get_watch_queue(int fd) in get_watch_queue() function
681 EXPORT_SYMBOL(get_watch_queue);
/linux-6.3-rc2/Documentation/core-api/
A Dwatch_queue.rst130 * ``struct watch_queue *get_watch_queue(int fd);``
139 This discards the reference obtained from ``get_watch_queue()``.
/linux-6.3-rc2/security/keys/
A Dkeyctl.c1785 wqueue = get_watch_queue(watch_queue_fd); in keyctl_watch_key()

Completed in 12 milliseconds