Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h40851 struct eventpoll { struct
40852 struct mutex mtx;
40853 wait_queue_head_t wq;
40854 wait_queue_head_t poll_wait;
40855 struct list_head rdllist;
40856 rwlock_t lock;
40857 struct rb_root_cached rbr;
40858 struct epitem *ovflist;
40859 struct wakeup_source *ws;
40860 struct user_struct *user;
[all …]