Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwatch_queue.h85 extern void put_watch_queue(struct watch_queue *);
/OK3568_Linux_fs/kernel/Documentation/
H A Dwatch_queue.rst137 * ``void put_watch_queue(struct watch_queue *wqueue);``
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c848 put_watch_queue(pipe->watch_queue); in free_pipe_info()
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl.c1839 put_watch_queue(wqueue); in keyctl_watch_key()