Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dwatch_queue.h85 extern void put_watch_queue(struct watch_queue *);
/kernel/linux/linux-5.10/kernel/
Dwatch_queue.c414 void put_watch_queue(struct watch_queue *wqueue) in put_watch_queue() function
418 EXPORT_SYMBOL(put_watch_queue);
424 put_watch_queue(rcu_access_pointer(watch->queue)); in free_watch()
/kernel/linux/linux-5.10/Documentation/
Dwatch_queue.rst137 * ``void put_watch_queue(struct watch_queue *wqueue);``
/kernel/linux/linux-5.10/fs/
Dpipe.c847 put_watch_queue(pipe->watch_queue); in free_pipe_info()
/kernel/linux/linux-5.10/security/keys/
Dkeyctl.c1839 put_watch_queue(wqueue); in keyctl_watch_key()