Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/
Dpoll.h50 struct pollfd { struct
56 int poll(struct pollfd *fds, nfds_t nfds, int timeout); argument
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dpoll.h33 struct pollfd { struct
34 int fd;
35 short events;
36 short revents;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/kernel/linux/linux-5.10/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
Devlist.h25 struct fdarray pollfd; member
/kernel/linux/linux-5.10/tools/perf/bench/
Dsched-messaging.c69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
Ddemand_paging_test.c130 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/kernel/linux/linux-5.10/samples/bpf/
Dxsk_fwd.c542 struct pollfd pollfd = { in port_rx_burst() local
569 struct pollfd pollfd = { in port_rx_burst() local
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3295 struct pollfd pollfd; in TEST() local
3744 struct pollfd pollfd; in TEST() local
3828 struct pollfd pollfd; in TEST() local
3882 struct pollfd pollfd; in TEST() local
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-ftrace.c573 struct pollfd pollfd = { in __cmd_ftrace() local
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h149 struct pollfd { struct
150 int fd;
151 short int events;
152 short int revents;
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Duserfaultfd.c594 struct pollfd pollfd[2]; in uffd_poll_thread() local
/kernel/linux/linux-5.10/fs/
Dselect.c854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()