Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h43593 struct eventpoll { struct
43594 struct mutex mtx;
43595 wait_queue_head_t wq;
43596 wait_queue_head_t poll_wait;
43597 struct list_head rdllist;
43598 rwlock_t lock;
43599 struct rb_root_cached rbr;
43600 struct epitem *ovflist;
43601 struct wakeup_source *ws;
43602 struct user_struct *user;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h72414 struct eventpoll { struct
72415 struct mutex mtx;
72416 wait_queue_head_t wq;
72417 wait_queue_head_t poll_wait;
72418 struct list_head rdllist;
72419 rwlock_t lock;
72420 struct rb_root_cached rbr;
72421 struct epitem *ovflist;
72422 struct wakeup_source *ws;
72423 struct user_struct *user;
[all …]
Dvmlinux.h72414 struct eventpoll { struct
72415 struct mutex mtx;
72416 wait_queue_head_t wq;
72417 wait_queue_head_t poll_wait;
72418 struct list_head rdllist;
72419 rwlock_t lock;
72420 struct rb_root_cached rbr;
72421 struct epitem *ovflist;
72422 struct wakeup_source *ws;
72423 struct user_struct *user;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h38830 struct eventpoll { struct
38831 struct mutex mtx;
38832 wait_queue_head_t wq;
38833 wait_queue_head_t poll_wait;
38834 struct list_head rdllist;
38835 rwlock_t lock;
38836 struct rb_root_cached rbr;
38837 struct epitem *ovflist;
38838 struct wakeup_source *ws;
38839 struct user_struct *user;
[all …]
Dvmlinux_510.h38830 struct eventpoll { struct
38831 struct mutex mtx;
38832 wait_queue_head_t wq;
38833 wait_queue_head_t poll_wait;
38834 struct list_head rdllist;
38835 rwlock_t lock;
38836 struct rb_root_cached rbr;
38837 struct epitem *ovflist;
38838 struct wakeup_source *ws;
38839 struct user_struct *user;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h43825 struct eventpoll { struct
43826 struct mutex mtx;
43827 wait_queue_head_t wq;
43828 wait_queue_head_t poll_wait;
43829 struct list_head rdllist;
43830 rwlock_t lock;
43831 struct rb_root_cached rbr;
43832 struct epitem *ovflist;
43833 struct wakeup_source *ws;
43834 struct user_struct *user;
[all …]
Dvmlinux_505.h43825 struct eventpoll { struct
43826 struct mutex mtx;
43827 wait_queue_head_t wq;
43828 wait_queue_head_t poll_wait;
43829 struct list_head rdllist;
43830 rwlock_t lock;
43831 struct rb_root_cached rbr;
43832 struct epitem *ovflist;
43833 struct wakeup_source *ws;
43834 struct user_struct *user;
[all …]