Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/linux/tools/include/nolibc/
H A Dtypes.h167 struct pollfd { struct
168 int fd;
169 short int events;
170 short int revents;
/linux/tools/leds/
H A Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/linux/tools/perf/
H A 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
H A Dbuiltin-ftrace.c626 struct pollfd pollfd = { in __cmd_ftrace() local
997 struct pollfd pollfd = { in __cmd_latency() local
/linux/tools/lib/perf/include/internal/
H A Devlist.h32 struct fdarray pollfd; member
/linux/tools/perf/util/
H A Dintel-tpebs.c267 struct pollfd pollfd = { .events = POLLIN, }; in tpebs_start() local
/linux/tools/perf/bench/
H A Dsched-messaging.c82 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/linux/tools/testing/selftests/mm/
H A Duffd-common.c508 struct pollfd pollfd[2]; in uffd_poll_thread() local
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c38 struct pollfd pollfd; member
/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c302 struct pollfd pollfd; in __poll() local
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3374 struct pollfd pollfd; in TEST() local
3833 struct pollfd pollfd; in TEST() local
3917 struct pollfd pollfd; in TEST() local
4028 struct pollfd pollfd; in TEST() local
/linux/fs/
H A Dselect.c853 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()