Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c175 bpf_map__set_map_flags(ctx.skel->maps.hash_map_bench, map_flags); in setup()
H A Dbench_htab_mem.c186 bpf_map__set_map_flags(map, bpf_map__map_flags(map) & ~BPF_F_NO_PREALLOC); in htab_mem_setup()
/linux/tools/lib/bpf/
H A Dlibbpf.map187 bpf_map__set_map_flags;
H A Dlibbpf.c10900 int bpf_map__set_map_flags(struct bpf_map *map, __u32 flags) in bpf_map__set_map_flags() function