Searched refs:bpf_map__type (Results 1 – 10 of 10) sorted by relevance
22 if (bpf_map__is_per_cpu(bpf_map__type(map))) in bpf_map__alloc_value()
261 if (bpf_map__type(map) == BPF_MAP_TYPE_ARENA && bpf_map__initial_value(map, &tmp_sz)) { in is_mmapable_map()869 if (bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS) { in codegen_maps_skeleton()909 if (populate_links && bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS) { in codegen_maps_skeleton()1119 if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in gen_st_ops_shadow()1152 if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in gen_st_ops_shadow_init()1253 if (bpf_map__type(map) == BPF_MAP_TYPE_STRUCT_OPS) in do_skeleton()1346 if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in do_skeleton()
539 if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in do_register()
1750 if (bpf_map__type(map) != BPF_MAP_TYPE_PERF_EVENT_ARRAY) in load_with_options()
192 bpf_map__type;
1017 LIBBPF_API enum bpf_map_type bpf_map__type(const struct bpf_map *map);
10100 enum bpf_map_type bpf_map__type(const struct bpf_map *map) in bpf_map__type() function
775 type = bpf_map__type(map); in is_unpriv_capable_map()1009 bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in run_subtest()
921 switch (bpf_map__type(map)) { in fixup_obj()
1254 type = bpf_map__type(map); in map_type_str()