Searched refs:watch_queue (Results 1 – 16 of 16) sorted by relevance
61 struct watch_queue *wqueue = (struct watch_queue *)buf->private; in watch_queue_pipe_buf_release()204 struct watch_queue *wqueue; in __post_watch_notification()244 struct watch_queue *wqueue = pipe->watch_queue; in watch_queue_set_size()318 struct watch_queue *wqueue = pipe->watch_queue; in watch_queue_set_filter()392 struct watch_queue *wqueue = in __put_watch_queue()499 struct watch_queue *wqueue; in add_watch_to_object()531 struct watch_queue *wqueue; in remove_watch_from_object()672 if (pipe && pipe->watch_queue) { in get_watch_queue()673 wqueue = pipe->watch_queue; in get_watch_queue()688 struct watch_queue *wqueue; in watch_queue_init()[all …]
128 obj-$(CONFIG_WATCH_QUEUE) += watch_queue.o
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 *);
81 struct watch_queue *watch_queue; member
5 :Original: Documentation/core-api/watch_queue.rst121 * ``struct watch_queue *get_watch_queue(int fd);``126 * ``void put_watch_queue(struct watch_queue *wqueue);``159 * ``void init_watch(struct watch *watch, struct watch_queue *wqueue);``171 struct watch_queue *wqueue,
31 watch_queue
440 if (pipe->watch_queue) { in pipe_write()835 if (pipe->watch_queue) in free_pipe_info()836 watch_queue_clear(pipe->watch_queue); in free_pipe_info()847 if (pipe->watch_queue) in free_pipe_info()848 put_watch_queue(pipe->watch_queue); in free_pipe_info()1324 if (pipe->watch_queue) in pipe_set_size()1379 if (for_splice && pipe->watch_queue) in get_pipe_info()
35 subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue
261 bool "Build example watch_queue notification API consumer"
168 * watch_queue
130 * ``struct watch_queue *get_watch_queue(int fd);``137 * ``void put_watch_queue(struct watch_queue *wqueue);``173 * ``void init_watch(struct watch *watch, struct watch_queue *wqueue);``187 struct watch_queue *wqueue,
21 watch_queue
1770 struct watch_queue *wqueue; in keyctl_watch_key()
209 'W' 60-61 linux/watch_queue.h
427 See Documentation/core-api/watch_queue.rst
1049 See Documentation/core-api/watch_queue.rst for more information.
Completed in 28 milliseconds