Home
last modified time | relevance | path

Searched refs:watch_queue (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dwatch_queue.h38 struct watch_queue { struct
59 struct watch_queue __rcu *queue; /* Queue to post events to */ argument
83 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 *);
Dpipe_fs_i.h81 struct watch_queue *watch_queue; member
137 return pipe->watch_queue != NULL; in pipe_has_watch_queue()