Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlog_fixup.c114 bpf_map__set_autocreate(skel->maps.missing_map, false); in missing_map()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map343 bpf_map__set_autocreate;
H A Dlibbpf.h926 LIBBPF_API int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate);
H A Dlibbpf.c4406 int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate) in bpf_map__set_autocreate() function
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c595 bpf_map__set_autocreate(map, !unpriv || is_unpriv_capable_map(map)); in run_subtest()