Home
last modified time | relevance | path

Searched refs:nr_iters (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c418 const int nr_iters = 2; in test_bpf_obj_id() local
424 struct bpf_object *objs[nr_iters]; in test_bpf_obj_id()
425 int prog_fds[nr_iters], map_fds[nr_iters]; in test_bpf_obj_id()
427 struct bpf_prog_info prog_infos[nr_iters + 1]; in test_bpf_obj_id()
428 struct bpf_map_info map_infos[nr_iters + 1]; in test_bpf_obj_id()
432 __u32 map_ids[nr_iters + 1]; in test_bpf_obj_id()
449 for (i = 0; i < nr_iters; i++) in test_bpf_obj_id()
454 for (i = 0; i < nr_iters; i++) { in test_bpf_obj_id()
566 for (i = 0; i < nr_iters; i++) in test_bpf_obj_id()
570 if (i == nr_iters) in test_bpf_obj_id()
[all …]