Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h73576 struct io_poll_iocb { struct
73577 struct file *file;
73578 union {
73582 __poll_t events;
73583 bool done;
73584 bool canceled;
73585 struct wait_queue_entry wait;
Dvmlinux.h73576 struct io_poll_iocb { struct
73577 struct file *file;
73578 union {
73582 __poll_t events;
73583 bool done;
73584 bool canceled;
73585 struct wait_queue_entry wait;
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h39890 struct io_poll_iocb { struct
39891 struct file *file;
39892 union {
39896 __poll_t events;
39897 bool done;
39898 bool canceled;
39899 struct wait_queue_entry wait;
Dvmlinux_510.h39890 struct io_poll_iocb { struct
39891 struct file *file;
39892 union {
39896 __poll_t events;
39897 bool done;
39898 bool canceled;
39899 struct wait_queue_entry wait;
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h44525 struct io_poll_iocb { struct
44526 struct file___2 *file;
44527 union {
44531 __poll_t events;
44532 bool done;
44533 bool canceled;
44534 struct wait_queue_entry wait;
Dvmlinux.h44525 struct io_poll_iocb { struct
44526 struct file___2 *file;
44527 union {
44531 __poll_t events;
44532 bool done;
44533 bool canceled;
44534 struct wait_queue_entry wait;
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h44811 struct io_poll_iocb { struct
44812 struct file *file;
44813 struct wait_queue_head *head;
44814 __poll_t events;
44815 struct wait_queue_entry wait;