Home
last modified time | relevance | path

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

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