Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dstruct_ops_autocreate.c61 err = bpf_map__set_autocreate(skel->maps.testmod_2, false); in can_load_partial_object()
95 err = bpf_map__set_autocreate(skel->maps.testmod_1, false); in optional_maps()
96 err |= bpf_map__set_autocreate(skel->maps.testmod_2, false); in optional_maps()
97 err |= bpf_map__set_autocreate(skel->maps.optional_map2, true); in optional_maps()
Dtest_struct_ops_module.c75 bpf_map__set_autocreate(skel->maps.testmod_zeroed, false); in test_struct_ops_load()
169 bpf_map__set_autocreate(skel->maps.testmod_zeroed, false); in test_struct_ops_incompatible()
Dlog_fixup.c114 bpf_map__set_autocreate(skel->maps.missing_map, false); in missing_map()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map341 bpf_map__set_autocreate;
Dlibbpf.h986 LIBBPF_API int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate);
Dlibbpf.c4814 int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate) in bpf_map__set_autocreate() function
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_loader.c956 bpf_map__set_autocreate(map, !unpriv || is_unpriv_capable_map(map)); in run_subtest()