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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dstruct_ops_autocreate.c90 ASSERT_TRUE(bpf_map__autocreate(skel->maps.testmod_1), "testmod_1 autocreate");
91 ASSERT_TRUE(bpf_map__autocreate(skel->maps.testmod_2), "testmod_2 autocreate");
92 ASSERT_FALSE(bpf_map__autocreate(skel->maps.optional_map), "optional_map autocreate");
93 ASSERT_FALSE(bpf_map__autocreate(skel->maps.optional_map2), "optional_map2 autocreate");
H A Dlog_fixup.c123 ASSERT_TRUE(bpf_map__autocreate(skel->maps.existing_map), "existing_map_autocreate");
124 ASSERT_FALSE(bpf_map__autocreate(skel->maps.missing_map), "missing_map_autocreate");
/linux-master/tools/lib/bpf/
H A Dlibbpf.h961 LIBBPF_API bool bpf_map__autocreate(const struct bpf_map *map);
H A Dlibbpf.c4738 bool bpf_map__autocreate(const struct bpf_map *map) function

Completed in 266 milliseconds