Home
last modified time | relevance | path

Searched refs:autocreate (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.h926 LIBBPF_API int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate);
H A Dlibbpf.c533 bool autocreate; member
1508 map->autocreate = true; in bpf_object__add_map()
4403 return map->autocreate; in bpf_map__autocreate()
4406 int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate) in bpf_map__set_autocreate() argument
4411 map->autocreate = autocreate; in bpf_map__set_autocreate()
5340 map->autocreate = false; in bpf_object__create_maps()
5342 if (!map->autocreate) { in bpf_object__create_maps()
5977 } else if (map->autocreate) { in bpf_object__relocate_data()
5991 } else if (map->autocreate) { in bpf_object__relocate_data()
8251 if (!map->autocreate) in bpf_object__pin_maps()