Searched refs:bpf_map__type (Results 1 – 7 of 7) sorted by relevance
23 if (bpf_map__is_per_cpu(bpf_map__type(map))) in bpf_map__alloc_value()
539 if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in do_register()
1003 type = bpf_map__type(map); in run_subtest() 1272 bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
1248 switch (bpf_map__type(map)) { in fixup_obj()
479 map_fd = bpf_map_create(bpf_map__type(map), map_name, in test_uptr_map_failure()
1256 type = bpf_map__type(map); in map_type_str()
10573 enum bpf_map_type bpf_map__type(const struct bpf_map *map) in bpf_map__type() function