Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h36235 struct watch_list { struct
36236 struct callback_head rcu;
36237 struct hlist_head watchers;
36238 void (*release_watch)(struct watch *);
36239 spinlock_t lock;
36314 struct watch_list *watch_list; member