Home
last modified time | relevance | path

Searched refs:bpf_map__type (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_map.c23 if (bpf_map__is_per_cpu(bpf_map__type(map))) in bpf_map__alloc_value()
/linux/tools/bpf/bpftool/
H A Dstruct_ops.c539 if (bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS) in do_register()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c1003 type = bpf_map__type(map); in run_subtest()
1272 bpf_map__type(map) != BPF_MAP_TYPE_STRUCT_OPS)
H A Dveristat.c1248 switch (bpf_map__type(map)) { in fixup_obj()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_storage.c479 map_fd = bpf_map_create(bpf_map__type(map), map_name, in test_uptr_map_failure()
H A Dsockmap_listen.c1256 type = bpf_map__type(map); in map_type_str()
/linux/tools/lib/bpf/
H A Dlibbpf.c10573 enum bpf_map_type bpf_map__type(const struct bpf_map *map) in bpf_map__type() function