Home
last modified time | relevance | path

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

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