Home
last modified time | relevance | path

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

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