Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map133 bpf_map__resize;
H A Dlibbpf.h447 LIBBPF_API int bpf_map__resize(struct bpf_map *map, __u32 max_entries);
H A Dlibbpf.c3726 int bpf_map__resize(struct bpf_map *map, __u32 max_entries) in bpf_map__resize() function
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c2019 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()
2020 bpf_map__resize(profile_obj->maps.fentry_readings, num_metric); in do_profile()
2021 bpf_map__resize(profile_obj->maps.accum_readings, num_metric); in do_profile()
2022 bpf_map__resize(profile_obj->maps.counts, 1); in do_profile()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dmap_perf_test_user.c413 bpf_map__resize(map, num_map_entries); in fixup_map()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c154 bpf_map__resize(skel->maps.ringbuf, args.ringbuf_sz); in ringbuf_setup_skeleton()