Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/asm-generic/
A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/linux-6.3-rc2/tools/include/nolibc/
A Dtypes.h142 struct pollfd { struct
143 int fd;
144 short int events;
145 short int revents;
/linux-6.3-rc2/tools/leds/
A Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/
A Duserfaultfd_util.c41 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/
A Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/linux-6.3-rc2/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.c568 struct pollfd pollfd = { in __cmd_ftrace() local
881 struct pollfd pollfd = { in __cmd_latency() local
A Dbuiltin-record.c109 struct fdarray pollfd; member
1631 struct fdarray *pollfd; in record__thread() local
/linux-6.3-rc2/tools/lib/perf/include/internal/
A Devlist.h33 struct fdarray pollfd; member
/linux-6.3-rc2/tools/perf/bench/
A Dsched-messaging.c69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/linux-6.3-rc2/tools/testing/selftests/alsa/
A Dmixer-test.c36 struct pollfd pollfd; member
/linux-6.3-rc2/tools/testing/selftests/net/
A Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c3364 struct pollfd pollfd; in TEST() local
3816 struct pollfd pollfd; in TEST() local
3900 struct pollfd pollfd; in TEST() local
3954 struct pollfd pollfd; in TEST() local
/linux-6.3-rc2/tools/testing/selftests/mm/
A Duserfaultfd.c797 struct pollfd pollfd[2]; in uffd_poll_thread() local
/linux-6.3-rc2/fs/
A Dselect.c855 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()

Completed in 49 milliseconds