Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dpoll.h36 struct pollfd struct
54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout); argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dpoll.h36 struct pollfd struct
54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout); argument
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver_poll.h42 struct pollfd struct
51 int xserver_poll (struct pollfd *pArray, nfds_t n_fds, int timeout); argument
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/OK3568_Linux_fs/kernel/tools/leds/
H A Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c271 struct pollfd pollfd = { in wait_for_pending_reads() local
299 struct pollfd pollfd = { in wait_for_pending_reads2() local
H A Dincfs_test.c2369 struct pollfd pollfd; in emit_partial_test_file_data() local
/OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/
H A Devlist.h25 struct fdarray pollfd; member
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dsched-messaging.c69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c130 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c89 struct pollfd pollfd = {fd, POLLOUT, 0}; in non_block_write() local
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxsk_fwd.c542 struct pollfd pollfd = { in port_rx_burst() local
569 struct pollfd pollfd = { in port_rx_burst() local
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.h184 GstPollFD pollfd; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3295 struct pollfd pollfd; in TEST() local
3744 struct pollfd pollfd; in TEST() local
3828 struct pollfd pollfd; in TEST() local
3882 struct pollfd pollfd; in TEST() local
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-ftrace.c573 struct pollfd pollfd = { in __cmd_ftrace() local
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h149 struct pollfd { struct
150 int fd;
151 short int events;
152 short int revents;
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c78 GstPollFD pollfd; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c696 struct pollfd pollfd[2]; in uffd_poll_thread() local
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()