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
60 struct watch_queue __rcu *queue; /* Queue to post events to */ argument
84 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 *);
Dpipe_fs_i.h79 struct watch_queue *watch_queue; member
135 return pipe->watch_queue != NULL; in pipe_has_watch_queue()