Home
last modified time | relevance | path

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

12

/kernel/liteos_m/kal/libc/newlib/porting/include/
Dpoll.h50 struct pollfd { struct
56 int poll(struct pollfd *fds, nfds_t nfds, int timeout); argument
/kernel/linux/linux-6.6/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dpoll.h33 struct pollfd { struct
34 int fd;
35 short events;
36 short revents;
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/kernel/linux/linux-6.6/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/kernel/linux/linux-5.10/tools/leds/
Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/kernel/linux/linux-6.6/tools/include/nolibc/
Dtypes.h168 struct pollfd { struct
169 int fd;
170 short int events;
171 short int revents;
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
Duserfaultfd_util.c41 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
Devlist.h25 struct fdarray pollfd; member
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
Devlist.h32 struct fdarray pollfd; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/tools/perf/bench/
Dsched-messaging.c69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/kernel/linux/linux-6.6/tools/perf/bench/
Dsched-messaging.c74 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
Ddemand_paging_test.c130 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/kernel/linux/linux-5.10/samples/bpf/
Dxsk_fwd.c542 struct pollfd pollfd = { in port_rx_burst() local
569 struct pollfd pollfd = { in port_rx_burst() local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Duffd-common.c497 struct pollfd pollfd[2]; in uffd_poll_thread() local
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
Dmixer-test.c36 struct pollfd pollfd; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3301 struct pollfd pollfd; in TEST() local
3750 struct pollfd pollfd; in TEST() local
3834 struct pollfd pollfd; in TEST() local
3888 struct pollfd pollfd; in TEST() local

12