Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h27204 struct fsnotify_group { struct
27205 const struct fsnotify_ops *ops;
27206 refcount_t refcnt;
27207 spinlock_t notification_lock;
27208 struct list_head notification_list;
27209 wait_queue_head_t notification_waitq;
27210 unsigned int q_len;
27211 unsigned int max_events;
27212 unsigned int priority;
27236 struct fsnotify_group *group; argument