Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/linux-6.12.1/tools/include/nolibc/
Dtypes.h167 struct pollfd { struct
168 int fd;
169 short int events;
170 short int revents;
/linux-6.12.1/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/linux-6.12.1/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/linux-6.12.1/tools/perf/
Dbuiltin-daemon.c447 struct pollfd pollfd = { in daemon_session__wait() local
486 struct pollfd pollfd = { in daemon__wait() local
514 struct pollfd pollfd = { .events = POLLIN, }; in daemon_session__control() local
Dbuiltin-ftrace.c624 struct pollfd pollfd = { in __cmd_ftrace() local
927 struct pollfd pollfd = { in __cmd_latency() local
Dbuiltin-record.c108 struct fdarray pollfd; member
1682 struct fdarray *pollfd; in record__thread() local
/linux-6.12.1/tools/lib/perf/include/internal/
Devlist.h32 struct fdarray pollfd; member
/linux-6.12.1/tools/perf/util/
Dintel-tpebs.c267 struct pollfd pollfd = { .events = POLLIN, }; in tpebs_start() local
/linux-6.12.1/tools/perf/bench/
Dsched-messaging.c82 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/linux-6.12.1/tools/testing/selftests/mm/
Duffd-common.c508 struct pollfd pollfd[2]; in uffd_poll_thread() local
/linux-6.12.1/tools/testing/selftests/net/
Dtxtimestamp.c299 struct pollfd pollfd; in __poll() local
/linux-6.12.1/tools/testing/selftests/alsa/
Dmixer-test.c38 struct pollfd pollfd; member
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3369 struct pollfd pollfd; in TEST() local
3828 struct pollfd pollfd; in TEST() local
3912 struct pollfd pollfd; in TEST() local
4023 struct pollfd pollfd; in TEST() local
/linux-6.12.1/fs/
Dselect.c854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()