Home
last modified time | relevance | path

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

/include/linux/
A Dwatch_queue.h61 struct watch_list __rcu *watch_list; member
72 struct watch_list { struct
79 extern void __post_watch_notification(struct watch_list *, argument
86 extern int add_watch_to_object(struct watch *, struct watch_list *);
87 extern int remove_watch_from_object(struct watch_list *, struct watch_queue *, u64, bool);
94 static inline void init_watch_list(struct watch_list *wlist, in init_watch_list()
102 static inline void post_watch_notification(struct watch_list *wlist, in post_watch_notification()
111 static inline void remove_watch_list(struct watch_list *wlist, u64 id) in remove_watch_list()
A Dkey.h203 struct watch_list *watchers; /* Entities watching this key for changes */

Completed in 6 milliseconds