/kernel/liteos_m/kal/libc/newlib/porting/include/ |
D | poll.h | 50 struct pollfd { struct 56 int poll(struct pollfd *fds, nfds_t nfds, int timeout); argument
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | poll.h | 36 struct pollfd { struct 37 int fd; 38 short events; 39 short revents;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | poll.h | 33 struct pollfd { struct 34 int fd; 35 short events; 36 short revents;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | poll.h | 46 struct pollfd { struct 47 int fd; 48 short events; 49 short revents;
|
/kernel/linux/linux-5.10/tools/leds/ |
D | led_hw_brightness_mon.c | 30 struct pollfd pollfd; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-pagefault.c | 88 struct pollfd pollfd; in fault_handler_thread() local
|
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
D | evlist.h | 25 struct fdarray pollfd; member
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | sched-messaging.c | 69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
D | demand_paging_test.c | 130 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | xsk_fwd.c | 542 struct pollfd pollfd = { in port_rx_burst() local 569 struct pollfd pollfd = { in port_rx_burst() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | txtimestamp.c | 298 struct pollfd pollfd; in __poll() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 3295 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
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-ftrace.c | 573 struct pollfd pollfd = { in __cmd_ftrace() local
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 149 struct pollfd { struct 150 int fd; 151 short int events; 152 short int revents;
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | userfaultfd.c | 594 struct pollfd pollfd[2]; in uffd_poll_thread() local
|
/kernel/linux/linux-5.10/fs/ |
D | select.c | 854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
|