Searched refs:pollfd (Results 51 - 75 of 77) sorted by relevance

1234

/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c637 struct pollfd fds = {
/linux-master/tools/perf/util/
H A Devlist.h19 struct pollfd;
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.c231 struct pollfd pfd = { .fd = fdt, .events = POLLERR };
H A Dtls.c1186 struct pollfd fd = { 0, 0, 0 };
1205 struct pollfd fd = { 0, 0, 0 };
1219 struct pollfd fd = { 0, 0, 0 };
1840 struct pollfd pfd = { };
1913 struct pollfd pfd = { };
H A Dmsg_zerocopy.c143 struct pollfd pfd;
H A Dudpgso_bench_tx.c243 struct pollfd fds = {0};
H A Dcsum.c931 struct pollfd pfd;
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c307 struct pollfd pfds[2] = {
/linux-master/include/linux/
H A Dcompat.h651 asmlinkage long compat_sys_ppoll_time32(struct pollfd __user *ufds,
656 asmlinkage long compat_sys_ppoll_time64(struct pollfd __user *ufds,
H A Dsyscalls.h34 struct pollfd;
487 asmlinkage long sys_ppoll(struct pollfd __user *, unsigned int,
490 asmlinkage long sys_ppoll_time32(struct pollfd __user *, unsigned int,
1066 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c619 struct pollfd fds = {
1077 struct pollfd polls;
/linux-master/tools/include/nolibc/
H A Dsys.h839 * int poll(struct pollfd *fds, int nfds, int timeout);
843 int sys_poll(struct pollfd *fds, int nfds, int timeout)
861 int poll(struct pollfd *fds, int nfds, int timeout)
/linux-master/tools/testing/vsock/
H A Dvsock_test.c838 struct pollfd fds;
1286 struct pollfd fds;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c477 struct pollfd pfd;
H A Dxdp_hw_metadata.c408 struct pollfd fds[rxq + 1];
H A Dxskxceiver.c1061 struct pollfd fds = { };
1237 struct pollfd fds = { };
/linux-master/arch/um/os-Linux/
H A Dfile.c684 struct pollfd pollfds[2] = {};
/linux-master/tools/iio/
H A Diio_generic_buffer.c725 struct pollfd pfd = {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c278 struct pollfd fds = {};
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c453 struct pollfd fds_route, fds_arp;
H A Dxdp_sample_user.c1536 struct pollfd pfd[2] = {};
/linux-master/tools/virtio/
H A Dvhost_net_test.c38 struct pollfd fds;
/linux-master/tools/perf/
H A Dbuiltin-top.c496 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN };
675 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN };
/linux-master/tools/firewire/
H A Dnosy-dump.c904 struct pollfd pollfds[2];
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c239 struct pollfd pfds[1];

Completed in 266 milliseconds

1234