Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/Linux-v5.15/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/Linux-v5.15/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/Linux-v5.15/tools/lib/perf/include/internal/
Devlist.h26 struct fdarray pollfd; member
/Linux-v5.15/tools/perf/
Dbuiltin-daemon.c446 struct pollfd pollfd = { in daemon_session__wait() local
485 struct pollfd pollfd = { in daemon__wait() local
513 struct pollfd pollfd = { .events = POLLIN, }; in daemon_session__control() local
Dbuiltin-ftrace.c573 struct pollfd pollfd = { in __cmd_ftrace() local
/Linux-v5.15/tools/perf/bench/
Dsched-messaging.c69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/Linux-v5.15/tools/testing/selftests/kvm/
Ddemand_paging_test.c146 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/Linux-v5.15/samples/bpf/
Dxsk_fwd.c542 struct pollfd pollfd = { in port_rx_burst() local
569 struct pollfd pollfd = { in port_rx_burst() local
/Linux-v5.15/tools/testing/selftests/net/
Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/Linux-v5.15/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3299 struct pollfd pollfd; in TEST() local
3748 struct pollfd pollfd; in TEST() local
3832 struct pollfd pollfd; in TEST() local
3886 struct pollfd pollfd; in TEST() local
/Linux-v5.15/tools/include/nolibc/
Dnolibc.h142 struct pollfd { struct
143 int fd;
144 short int events;
145 short int revents;
/Linux-v5.15/tools/testing/selftests/vm/
Duserfaultfd.c709 struct pollfd pollfd[2]; in uffd_poll_thread() local
/Linux-v5.15/fs/
Dselect.c851 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()