Searched refs:watch_queue (Results 1 – 2 of 2) sorted by relevance
38 struct watch_queue { struct60 struct watch_queue __rcu *queue; /* Queue to post events to */ argument84 extern struct watch_queue *get_watch_queue(int);85 extern void put_watch_queue(struct watch_queue *);86 extern void init_watch(struct watch *, struct watch_queue *);88 extern int remove_watch_from_object(struct watch_list *, struct watch_queue *, u64, bool);93 extern void watch_queue_clear(struct watch_queue *);
79 struct watch_queue *watch_queue; member135 return pipe->watch_queue != NULL; in pipe_has_watch_queue()