Home
last modified time | relevance | path

Searched refs:put_watch_queue (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dwatch_queue.h84 extern void put_watch_queue(struct watch_queue *);
/kernel/linux/linux-5.10/include/linux/
H A Dwatch_queue.h85 extern void put_watch_queue(struct watch_queue *);
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c412 * put_watch_queue - Dispose of a ref on a watchqueue.
415 void put_watch_queue(struct watch_queue *wqueue) in put_watch_queue() function
419 EXPORT_SYMBOL(put_watch_queue); variable
425 put_watch_queue(rcu_access_pointer(watch->queue)); in free_watch()
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c405 * put_watch_queue - Dispose of a ref on a watchqueue.
408 void put_watch_queue(struct watch_queue *wqueue) in put_watch_queue() function
412 EXPORT_SYMBOL(put_watch_queue); variable
418 put_watch_queue(rcu_access_pointer(watch->queue)); in free_watch()
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl.c1844 put_watch_queue(wqueue); in keyctl_watch_key()
/kernel/linux/linux-5.10/fs/
H A Dpipe.c845 put_watch_queue(pipe->watch_queue); in free_pipe_info()
/kernel/linux/linux-6.6/fs/
H A Dpipe.c847 put_watch_queue(pipe->watch_queue); in free_pipe_info()
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl.c1844 put_watch_queue(wqueue); in keyctl_watch_key()

Completed in 11 milliseconds