Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dwatch_queue.h84 extern void put_watch_queue(struct watch_queue *);
/linux-6.12.1/kernel/
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()
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dwatch_queue.rst126 * ``void put_watch_queue(struct watch_queue *wqueue);``
/linux-6.12.1/Documentation/core-api/
Dwatch_queue.rst137 * ``void put_watch_queue(struct watch_queue *wqueue);``
/linux-6.12.1/fs/
Dpipe.c857 put_watch_queue(pipe->watch_queue); in free_pipe_info()
/linux-6.12.1/security/keys/
Dkeyctl.c1844 put_watch_queue(wqueue); in keyctl_watch_key()