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

/linux-master/include/linux/
H A Dwatch_queue.h84 extern void put_watch_queue(struct watch_queue *);
/linux-master/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) function
412 EXPORT_SYMBOL(put_watch_queue); variable
418 put_watch_queue(rcu_access_pointer(watch->queue));
/linux-master/fs/
H A Dpipe.c857 put_watch_queue(pipe->watch_queue);
/linux-master/security/keys/
H A Dkeyctl.c1844 put_watch_queue(wqueue);

Completed in 179 milliseconds