Home
last modified time | relevance | path

Searched refs:bpf_map__autocreate (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dstruct_ops_autocreate.c90 ASSERT_TRUE(bpf_map__autocreate(skel->maps.testmod_1), "testmod_1 autocreate"); in optional_maps()
91 ASSERT_TRUE(bpf_map__autocreate(skel->maps.testmod_2), "testmod_2 autocreate"); in optional_maps()
92 ASSERT_FALSE(bpf_map__autocreate(skel->maps.optional_map), "optional_map autocreate"); in optional_maps()
93 ASSERT_FALSE(bpf_map__autocreate(skel->maps.optional_map2), "optional_map2 autocreate"); in optional_maps()
Dlog_fixup.c123 ASSERT_TRUE(bpf_map__autocreate(skel->maps.existing_map), "existing_map_autocreate"); in missing_map()
124 ASSERT_FALSE(bpf_map__autocreate(skel->maps.missing_map), "missing_map_autocreate"); in missing_map()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map336 bpf_map__autocreate;
Dlibbpf.h987 LIBBPF_API bool bpf_map__autocreate(const struct bpf_map *map);
Dlibbpf.c4809 bool bpf_map__autocreate(const struct bpf_map *map) in bpf_map__autocreate() function
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_loader.c1008 if (!bpf_map__autocreate(map) || in run_subtest()