Searched refs:watch_list (Results 1 – 2 of 2) sorted by relevance
61 struct watch_list __rcu *watch_list; member72 struct watch_list { struct79 extern void __post_watch_notification(struct watch_list *, argument86 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()
203 struct watch_list *watchers; /* Entities watching this key for changes */
Completed in 6 milliseconds