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

/linux-master/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);
H A Dbench_htab_mem.c185 bpf_map__set_map_flags(map, bpf_map__map_flags(map) & ~BPF_F_NO_PREALLOC);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h981 LIBBPF_API int bpf_map__set_map_flags(struct bpf_map *map, __u32 flags);
H A Dlibbpf.c9977 int bpf_map__set_map_flags(struct bpf_map *map, __u32 flags) function

Completed in 175 milliseconds