Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/Linux-v5.4/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/Linux-v5.4/tools/perf/lib/include/internal/
Devlist.h23 struct fdarray pollfd; member
/Linux-v5.4/tools/perf/bench/
Dsched-messaging.c70 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/Linux-v5.4/tools/perf/
Dbuiltin-ftrace.c283 struct pollfd pollfd = { in __cmd_ftrace() local
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c203 struct pollfd pollfd; in __poll() local
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h149 struct pollfd { struct
150 int fd;
151 short int events;
152 short int revents;
/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c492 struct pollfd pollfd[2]; in uffd_poll_thread() local
/Linux-v5.4/samples/mic/mpssd/
Dmpssd.c466 struct pollfd pollfd; in wait_for_card_driver() local
/Linux-v5.4/fs/
Dselect.c841 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3088 struct pollfd pollfd; in TEST() local