Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 25 of 98) sorted by relevance

1234

/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_lru_map.c28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() argument
33 map_fd = bpf_map_create(map_type, NULL, sizeof(unsigned long long), in create_map()
149 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0() argument
155 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type, in test_lru_sanity0()
161 lru_map_fd = create_map(map_type, map_flags, 2 * nr_cpus); in test_lru_sanity0()
163 lru_map_fd = create_map(map_type, map_flags, 2); in test_lru_sanity0()
240 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1() argument
252 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type, in test_lru_sanity1()
261 lru_map_fd = create_map(map_type, map_flags, map_size); in test_lru_sanity1()
316 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2() argument
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbtf.c67 enum bpf_map_type map_type; member
134 .map_type = BPF_MAP_TYPE_ARRAY,
189 .map_type = BPF_MAP_TYPE_ARRAY,
214 .map_type = BPF_MAP_TYPE_ARRAY,
255 .map_type = BPF_MAP_TYPE_ARRAY,
300 .map_type = BPF_MAP_TYPE_ARRAY,
322 .map_type = BPF_MAP_TYPE_ARRAY,
344 .map_type = BPF_MAP_TYPE_ARRAY,
366 .map_type = BPF_MAP_TYPE_ARRAY,
391 .map_type = BPF_MAP_TYPE_ARRAY,
[all …]
Dsockmap_ktls.c136 enum bpf_map_type map_type) in fmt_test_name() argument
149 static void run_tests(int family, enum bpf_map_type map_type) in run_tests() argument
153 map = bpf_map_create(map_type, NULL, sizeof(int), sizeof(int), 1, NULL); in run_tests()
157 if (test__start_subtest(fmt_test_name("disconnect_after_delete", family, map_type))) in run_tests()
159 if (test__start_subtest(fmt_test_name("update_fails_when_sock_has_ulp", family, map_type))) in run_tests()
Dlibbpf_probes.c68 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_probe_map_types() local
71 if (map_type == BPF_MAP_TYPE_UNSPEC) in test_libbpf_probe_map_types()
79 res = libbpf_probe_bpf_map_type(map_type, NULL); in test_libbpf_probe_map_types()
Dlibbpf_str.c130 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_bpf_map_type_str() local
135 if (map_type == __MAX_BPF_MAP_TYPE) in test_libbpf_bpf_map_type_str()
139 map_type_str = libbpf_bpf_map_type_str(map_type); in test_libbpf_bpf_map_type_str()
Dsockmap_basic.c89 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free() argument
98 map = bpf_map_create(map_type, NULL, sizeof(int), sizeof(int), 1, NULL); in test_sockmap_create_update_free()
111 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers() argument
134 static void test_skmsg_helpers_with_link(enum bpf_map_type map_type) in test_skmsg_helpers_with_link() argument
193 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update() argument
217 if (map_type == BPF_MAP_TYPE_SOCKMAP) in test_sockmap_update()
249 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy() argument
265 if (map_type == BPF_MAP_TYPE_SOCKMAP) { in test_sockmap_copy()
Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup() argument
48 err = bpf_map__set_type(skel->maps.hashmap1, map_type); in setup()
/linux-6.12.1/samples/bpf/
Dtest_lru_dist.c202 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() argument
209 map_fd = bpf_map_create(map_type, NULL, sizeof(unsigned long long), in create_map()
307 static void test_parallel_lru_dist(int map_type, int map_flags, in test_parallel_lru_dist() argument
313 printf("%s (map_type:%d map_flags:0x%X):\n", __func__, map_type, in test_parallel_lru_dist()
317 lru_map_fd = create_map(map_type, map_flags, in test_parallel_lru_dist()
320 lru_map_fd = create_map(map_type, map_flags, in test_parallel_lru_dist()
332 static void test_lru_loss0(int map_type, int map_flags) in test_lru_loss0() argument
340 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type, in test_lru_loss0()
346 map_fd = create_map(map_type, map_flags, 900 * nr_cpus); in test_lru_loss0()
348 map_fd = create_map(map_type, map_flags, 900); in test_lru_loss0()
[all …]
/linux-6.12.1/include/trace/events/
Dxdp.h95 enum bpf_map_type map_type,
98 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index),
113 if (map_type == BPF_MAP_TYPE_DEVMAP || map_type == BPF_MAP_TYPE_DEVMAP_HASH) {
119 } else if (map_type == BPF_MAP_TYPE_UNSPEC && map_id == INT_MAX) {
145 enum bpf_map_type map_type,
147 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
154 enum bpf_map_type map_type,
156 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument
166 trace_xdp_redirect(dev, xdp, to, 0, map_type, map_id, index)
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/map_tests/
Dmap_percpu_stats.c129 static bool is_lru(__u32 map_type) in is_lru() argument
131 return map_type == BPF_MAP_TYPE_LRU_HASH || in is_lru()
132 map_type == BPF_MAP_TYPE_LRU_PERCPU_HASH; in is_lru()
135 static bool is_percpu(__u32 map_type) in is_percpu() argument
137 return map_type == BPF_MAP_TYPE_PERCPU_HASH || in is_percpu()
138 map_type == BPF_MAP_TYPE_LRU_PERCPU_HASH; in is_percpu()
142 __u32 map_type; member
175 if (opts->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) { in patch_map_thread()
178 } else if (is_percpu(opts->map_type)) { in patch_map_thread()
193 if (opts->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) in patch_map_thread()
[all …]
Dmap_in_map_batch_ops.c31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps() argument
41 map_fd = bpf_map_create(map_type, map_name, sizeof(__u32), in create_inner_maps()
46 map_type, map_name, strerror(errno)); in create_inner_maps()
62 map_type, map_name, strerror(errno)); in create_inner_maps()
66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map() argument
72 outer_map_fd = bpf_map_create(map_type, "outer_map", sizeof(__u32), in create_outer_map()
78 map_type, strerror(errno)); in create_outer_map()
/linux-6.12.1/fs/btrfs/
Draid-stripe-tree.h26 u64 logical, u64 *length, u64 map_type,
32 u64 map_type) in btrfs_need_stripe_tree_update() argument
34 u64 type = map_type & BTRFS_BLOCK_GROUP_TYPE_MASK; in btrfs_need_stripe_tree_update()
35 u64 profile = map_type & BTRFS_BLOCK_GROUP_PROFILE_MASK; in btrfs_need_stripe_tree_update()
Draid-stripe-tree.c117 const int num_stripes = btrfs_bg_type_to_factor(bioc->map_type); in btrfs_insert_one_raid_extent()
187 u64 logical, u64 *length, u64 map_type, in btrfs_get_raid_extent_offset() argument
269 if ((map_type & BTRFS_BLOCK_GROUP_DUP) && stripe_index != i) in btrfs_get_raid_extent_offset()
290 btrfs_bg_type_to_raid_name(map_type)); in btrfs_get_raid_extent_offset()
/linux-6.12.1/kernel/bpf/
Dmap_iter.c116 if (map->map_type == BPF_MAP_TYPE_PERCPU_HASH || in bpf_iter_attach_map()
117 map->map_type == BPF_MAP_TYPE_LRU_PERCPU_HASH || in bpf_iter_attach_map()
118 map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY) in bpf_iter_attach_map()
120 else if (map->map_type != BPF_MAP_TYPE_HASH && in bpf_iter_attach_map()
121 map->map_type != BPF_MAP_TYPE_LRU_HASH && in bpf_iter_attach_map()
122 map->map_type != BPF_MAP_TYPE_ARRAY) in bpf_iter_attach_map()
Dsyscall.c43 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \
44 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \
45 (map)->map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS)
46 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY)
47 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS)
132 if (map->map_type == BPF_MAP_TYPE_PERCPU_HASH || in bpf_map_value_size()
133 map->map_type == BPF_MAP_TYPE_LRU_PERCPU_HASH || in bpf_map_value_size()
134 map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY || in bpf_map_value_size()
135 map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) in bpf_map_value_size()
153 if (map->map_type == BPF_MAP_TYPE_HASH_OF_MAPS || in maybe_wait_bpf_programs()
[all …]
Dmap_in_map.c36 inner_map_meta->map_type = inner_map->map_type; in bpf_map_meta_alloc()
87 return meta0->map_type == meta1->map_type && in bpf_map_meta_equal()
Darraymap.c54 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_alloc_check()
65 if (attr->map_type != BPF_MAP_TYPE_ARRAY && in array_map_alloc_check()
69 if (attr->map_type != BPF_MAP_TYPE_PERF_EVENT_ARRAY && in array_map_alloc_check()
85 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_alloc()
368 if (array->map.map_type == BPF_MAP_TYPE_PERCPU_ARRAY) { in array_map_update_elem()
459 if (array->map.map_type == BPF_MAP_TYPE_PERCPU_ARRAY) { in array_map_free()
475 if (array->map.map_type == BPF_MAP_TYPE_PERCPU_ARRAY) in array_map_free()
537 if (map->map_type != BPF_MAP_TYPE_ARRAY || in array_map_check_btf()
689 if (map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY) { in bpf_iter_init_array_map()
741 is_percpu = map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in bpf_for_each_array_elem()
[all …]
/linux-6.12.1/fs/smb/client/
Dcifs_unicode.c17 int map_type; in cifs_remap() local
20 map_type = SFM_MAP_UNI_RSVD; in cifs_remap()
22 map_type = SFU_MAP_UNI_RSVD; in cifs_remap()
24 map_type = NO_MAP_UNI_RSVD; in cifs_remap()
26 return map_type; in cifs_remap()
178 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument
213 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
219 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf_probes.c282 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create() argument
293 switch (map_type) { in probe_map_create()
372 if (map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS || in probe_map_create()
373 map_type == BPF_MAP_TYPE_HASH_OF_MAPS) { in probe_map_create()
388 fd = bpf_map_create(map_type, NULL, key_size, value_size, max_entries, &opts); in probe_map_create()
405 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type() argument
412 ret = probe_map_create(map_type); in libbpf_probe_bpf_map_type()
Dskel_internal.h158 if (map->map_type != BPF_MAP_TYPE_ARRAY) in skel_finalize_map_data()
219 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create() argument
230 attr.map_type = map_type; in skel_map_create()
/linux-6.12.1/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c145 const char* map_type; in format_test_name() local
179 map_type = "MAP_SHARED"; in format_test_name()
182 map_type = "MAP_PRIVATE"; in format_test_name()
191 test_type, mte_type, map_type, len, offset); in format_test_name()
/linux-6.12.1/tools/bpf/bpftool/
Dfeature.c593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex() argument
605 fd = bpf_map_create(map_type, NULL, key_size, value_size, max_entries, in probe_map_type_ifindex()
614 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type() argument
623 switch (map_type) { in probe_map_type()
631 res = probe_map_type_ifindex(map_type, ifindex); in probe_map_type()
633 res = libbpf_probe_bpf_map_type(map_type, NULL) > 0; in probe_map_type()
959 unsigned int map_type = BPF_MAP_TYPE_UNSPEC; in section_map_types() local
968 map_type++; in section_map_types()
969 map_type_str = libbpf_bpf_map_type_str(map_type); in section_map_types()
974 probe_map_type(map_type, map_type_str, define_prefix, ifindex); in section_map_types()
Dgen.c964 const struct btf_type *map_type, __u32 map_type_id) in walk_st_ops_shadow_vars() argument
980 n = btf_vlen(map_type); in walk_st_ops_shadow_vars()
981 for (i = 0, m = btf_members(map_type); i < n; i++, m++) { in walk_st_ops_shadow_vars()
1081 const struct btf_type *map_type; in gen_st_ops_shadow_type() local
1089 map_type = btf__type_by_id(btf, map_type_id); in gen_st_ops_shadow_type()
1090 if (!map_type) in gen_st_ops_shadow_type()
1093 type_name = btf__name_by_offset(btf, map_type->name_off); in gen_st_ops_shadow_type()
1097 err = walk_st_ops_shadow_vars(btf, ident, map_type, map_type_id); in gen_st_ops_shadow_type()
1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local
1689 map_type = btf__type_by_id(btf, map_type_id); in do_subskeleton()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dshmem_utils.c37 enum i915_map_type map_type; in shmem_create_from_object() local
47 map_type = i915_gem_object_is_lmem(obj) ? I915_MAP_WC : I915_MAP_WB; in shmem_create_from_object()
48 ptr = i915_gem_object_pin_map_unlocked(obj, map_type); in shmem_create_from_object()
/linux-6.12.1/drivers/media/platform/chips-media/wave5/
Dwave5.h74 struct frame_buffer *fb_arr, enum tiled_map_type map_type,
109 struct frame_buffer *fb_arr, enum tiled_map_type map_type,

1234