Home
last modified time | relevance | path

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

/include/linux/
A Dwatch_queue.h94 static inline void init_watch_list(struct watch_list *wlist, in init_watch_list() argument
97 INIT_HLIST_HEAD(&wlist->watchers); in init_watch_list()
98 spin_lock_init(&wlist->lock); in init_watch_list()
99 wlist->release_watch = release_watch; in init_watch_list()
102 static inline void post_watch_notification(struct watch_list *wlist, in post_watch_notification() argument
107 if (unlikely(wlist)) in post_watch_notification()
108 __post_watch_notification(wlist, n, cred, id); in post_watch_notification()
111 static inline void remove_watch_list(struct watch_list *wlist, u64 id) in remove_watch_list() argument
113 if (wlist) { in remove_watch_list()
114 remove_watch_from_object(wlist, NULL, id, true); in remove_watch_list()
[all …]

Completed in 4 milliseconds