Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/linux/tools/leds/
A Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/linux/tools/testing/selftests/powerpc/tm/
A Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/linux/tools/lib/perf/include/internal/
A Devlist.h26 struct fdarray pollfd; member
/linux/tools/perf/
A 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
A Dbuiltin-ftrace.c573 struct pollfd pollfd = { in __cmd_ftrace() local
/linux/tools/perf/bench/
A Dsched-messaging.c69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/linux/tools/testing/selftests/kvm/
A Ddemand_paging_test.c143 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/linux/samples/bpf/
A Dxsk_fwd.c542 struct pollfd pollfd = { in port_rx_burst() local
569 struct pollfd pollfd = { in port_rx_burst() local
/linux/tools/testing/selftests/net/
A Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/linux/tools/testing/selftests/seccomp/
A 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/tools/include/nolibc/
A Dnolibc.h142 struct pollfd { struct
143 int fd;
144 short int events;
145 short int revents;
/linux/tools/testing/selftests/vm/
A Duserfaultfd.c714 struct pollfd pollfd[2]; in uffd_poll_thread() local
/linux/fs/
A Dselect.c851 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()

Completed in 35 milliseconds