Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A 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/tools/testing/selftests/bpf/
H A Dtest_loader.c1271 if (!bpf_map__autocreate(map) ||
/linux/tools/lib/bpf/
H A Dlibbpf.c4948 bool bpf_map__autocreate(const struct bpf_map *map) in bpf_map__autocreate() function