Searched refs:watch_queue (Results 1 – 2 of 2) sorted by relevance
38 struct watch_queue { struct59 struct watch_queue __rcu *queue; /* Queue to post events to */ argument83 extern struct watch_queue *get_watch_queue(int);84 extern void put_watch_queue(struct watch_queue *);85 extern void init_watch(struct watch *, struct watch_queue *);87 extern int remove_watch_from_object(struct watch_list *, struct watch_queue *, u64, bool);92 extern void watch_queue_clear(struct watch_queue *);
81 struct watch_queue *watch_queue; member137 return pipe->watch_queue != NULL; in pipe_has_watch_queue()