Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dlocal_storage_bench.c42 const volatile unsigned int num_maps; variable
82 unsigned int map_idx = index % num_maps; in loop()
/tools/testing/selftests/bpf/benchs/
Dbench_local_storage.c125 ctx.skel->rodata->num_maps = args.nr_maps; in __setup()
/tools/bpf/bpftool/
Dprog.c190 static void show_prog_maps(int fd, __u32 num_maps) in show_prog_maps() argument
194 __u32 map_ids[num_maps]; in show_prog_maps()
198 info.nr_map_ids = num_maps; in show_prog_maps()
304 static void show_prog_metadata(int fd, __u32 num_maps) in show_prog_metadata() argument
316 if (!num_maps) in show_prog_metadata()