Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/linux-6.6.21/tools/include/nolibc/
Dtypes.h168 struct pollfd { struct
169 int fd;
170 short int events;
171 short int revents;
/linux-6.6.21/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/linux-6.6.21/tools/testing/selftests/kvm/lib/
Duserfaultfd_util.c41 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/linux-6.6.21/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/linux-6.6.21/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.c568 struct pollfd pollfd = { in __cmd_ftrace() local
883 struct pollfd pollfd = { in __cmd_latency() local
Dbuiltin-record.c108 struct fdarray pollfd; member
1630 struct fdarray *pollfd; in record__thread() local
/linux-6.6.21/tools/lib/perf/include/internal/
Devlist.h32 struct fdarray pollfd; member
/linux-6.6.21/tools/perf/bench/
Dsched-messaging.c74 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/linux-6.6.21/tools/testing/selftests/mm/
Duffd-common.c496 struct pollfd pollfd[2]; in uffd_poll_thread() local
/linux-6.6.21/tools/testing/selftests/net/
Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/linux-6.6.21/tools/testing/selftests/alsa/
Dmixer-test.c36 struct pollfd pollfd; member
/linux-6.6.21/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3368 struct pollfd pollfd; in TEST() local
3820 struct pollfd pollfd; in TEST() local
3904 struct pollfd pollfd; in TEST() local
3961 struct pollfd pollfd; in TEST() local
/linux-6.6.21/fs/
Dselect.c855 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()