Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/Linux-v4.19/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/Linux-v4.19/tools/perf/bench/
Dsched-messaging.c73 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c171 struct pollfd pollfd; in __poll() local
/Linux-v4.19/tools/perf/
Dbuiltin-ftrace.c281 struct pollfd pollfd = { in __cmd_ftrace() local
/Linux-v4.19/tools/perf/util/
Devlist.h44 struct fdarray pollfd; member
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c445 struct pollfd pollfd[2]; in uffd_poll_thread() local
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c477 struct pollfd pollfd; in wait_for_card_driver() local
/Linux-v4.19/fs/
Dselect.c807 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()