Searched refs:pollfd (Results 26 - 50 of 77) sorted by relevance

1234

/linux-master/samples/connector/
H A Ducon.c107 struct pollfd pfd;
/linux-master/tools/testing/selftests/sync/
H A Dsync.c60 struct pollfd fds;
/linux-master/tools/testing/selftests/ir/
H A Dir_loopback.c176 struct pollfd pfd = { .fd = rlircfd, .events = POLLIN };
/linux-master/tools/include/nolibc/
H A Dtypes.h167 struct pollfd { struct
/linux-master/tools/lib/api/
H A Dio.h58 struct pollfd pfds[] = {
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c199 struct pollfd fds[1] = {};
656 struct pollfd fds[1] = {};
/linux-master/tools/testing/vsock/
H A Dvsock_perf.c204 struct pollfd fds = { 0 };
319 struct pollfd fds = { 0 };
H A Dvsock_test_zerocopy.c148 struct pollfd fds = { 0 };
/linux-master/tools/testing/selftests/net/
H A Dtxtimestamp.c299 struct pollfd pollfd; local
302 memset(&pollfd, 0, sizeof(pollfd));
303 pollfd.fd = fd;
304 ret = poll(&pollfd, 1, cfg_poll_timeout);
H A Dudpgso_bench_rx.c94 struct pollfd pfd;
H A Dpsock_tpacket.c222 struct pollfd pfd;
371 struct pollfd pfd;
584 struct pollfd pfd;
H A Dtcp_mmap.c214 struct pollfd pfd = { .fd = fd, .events = POLLIN, };
/linux-master/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c63 struct pollfd pfd;
90 struct pollfd pfd;
117 struct pollfd pfd;
305 struct pollfd pfd;
344 struct pollfd pfd;
384 struct pollfd pfd;
430 struct pollfd pfd;
1006 struct pollfd pfd;
1054 struct pollfd pfd;
1102 struct pollfd pf
[all...]
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c36 struct pollfd pollfd; member in struct:card_data
167 &card_data->pollfd, 1);
198 err = poll(&(ctl->card->pollfd), 1, timeout);
209 &(ctl->card->pollfd),
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c497 struct pollfd *fds;
546 fds = calloc(nsockfd, sizeof(struct pollfd));
/linux-master/samples/timers/
H A Dhpet_example.c135 struct pollfd pfd;
/linux-master/tools/hv/
H A Dhv_vss_daemon.c213 struct pollfd pfd;
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c187 struct pollfd pfds[1];
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c229 struct pollfd fds[1];
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c246 struct pollfd fds;
/linux-master/tools/perf/util/
H A Devlist.c1975 struct pollfd *entries = evlist->core.pollfd.entries;
2163 struct pollfd *entries = evlist->core.pollfd.entries;
2385 struct pollfd *entries;
2391 entries = eet->evlist->core.pollfd.entries;
H A Dpython.c1069 for (i = 0; i < evlist->core.pollfd.nr; ++i) {
1072 FILE *fp = fdopen(evlist->core.pollfd.entries[i].fd, "r");
1079 file = PyFile_FromFd(evlist->core.pollfd.entries[i].fd, "perf", "r", -1,
/linux-master/samples/uhid/
H A Duhid-example.c391 struct pollfd pfds[2];
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c109 struct pollfd pfds[1];
/linux-master/tools/virtio/
H A Dvirtio_test.c41 struct pollfd fds[1];

Completed in 315 milliseconds

1234