Home
last modified time | relevance | path

Searched refs:put_watch_queue (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dwatch_queue.h84 extern void put_watch_queue(struct watch_queue *);
/openbmc/linux/kernel/
H A Dwatch_queue.c408 void put_watch_queue(struct watch_queue *wqueue) in put_watch_queue() function
412 EXPORT_SYMBOL(put_watch_queue);
418 put_watch_queue(rcu_access_pointer(watch->queue)); in free_watch()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst126 * ``void put_watch_queue(struct watch_queue *wqueue);``
/openbmc/linux/Documentation/core-api/
H A Dwatch_queue.rst137 * ``void put_watch_queue(struct watch_queue *wqueue);``
/openbmc/linux/fs/
H A Dpipe.c854 put_watch_queue(pipe->watch_queue); in free_pipe_info()
/openbmc/linux/security/keys/
H A Dkeyctl.c1844 put_watch_queue(wqueue); in keyctl_watch_key()