Home
last modified time | relevance | path

Searched defs:stats_fd (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Denable_stats.c8 int stats_fd, err, prog_fd; in test_enable_stats() local
Dprog_run_opts.c26 int err, stats_fd = -1, prog_fd; in test_prog_run_opts() local
Dxdp_flowtable.c68 int iifindex, stats_fd; in test_xdp_flowtable() local
/linux-6.14.4/tools/testing/selftests/kvm/
Dkvm_binary_stats_test.c22 static void stats_test(int stats_fd) in stats_test()
/linux-6.14.4/tools/testing/selftests/kvm/lib/
Dkvm_util.c2148 struct kvm_stats_desc *read_stats_descriptors(int stats_fd, in read_stats_descriptors()
2180 void read_stat_data(int stats_fd, struct kvm_stats_header *header, in read_stat_data()
/linux-6.14.4/tools/testing/selftests/kvm/include/
Dkvm_util.h103 int stats_fd; member
495 static inline void read_stats_header(int stats_fd, struct kvm_stats_header *header) in read_stats_header()