Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 25 of 95) sorted by relevance

1234

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dtest_lru_map.c28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
161 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
252 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
320 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
426 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
487 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
564 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
611 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
678 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
769 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_lru_map.c29 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
159 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
248 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
324 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
432 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
496 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
573 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
620 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
687 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
783 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c84 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free()
110 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers()
139 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update()
198 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
Dsockmap_ktls.c95 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
/kernel/linux/linux-6.6/samples/bpf/
Dtest_lru_dist.c202 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
307 static void test_parallel_lru_dist(int map_type, int map_flags, in test_parallel_lru_dist()
332 static void test_lru_loss0(int map_type, int map_flags) in test_lru_loss0()
386 static void test_lru_loss1(int map_type, int map_flags) in test_lru_loss1()
465 static void test_parallel_lru_loss(int map_type, int map_flags, int nr_tasks) in test_parallel_lru_loss()
/kernel/linux/linux-5.10/samples/bpf/
Dtest_lru_dist.c208 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
310 static void test_parallel_lru_dist(int map_type, int map_flags, in test_parallel_lru_dist()
335 static void test_lru_loss0(int map_type, int map_flags) in test_lru_loss0()
389 static void test_lru_loss1(int map_type, int map_flags) in test_lru_loss1()
468 static void test_parallel_lru_loss(int map_type, int map_flags, int nr_tasks) in test_parallel_lru_loss()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dsockmap_ktls.c135 enum bpf_map_type map_type) in fmt_test_name()
148 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
Dsockmap_basic.c89 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free()
111 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers()
134 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update()
190 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
Dlibbpf_probes.c66 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_probe_map_types() local
Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
Dlibbpf_str.c130 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_bpf_map_type_str() local
Dlookup_and_delete.c44 static struct test_lookup_and_delete *setup_prog(enum bpf_map_type map_type, in setup_prog()
/kernel/linux/linux-6.6/include/trace/events/
Dxdp.h165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument
168 #define _trace_xdp_redirect_map_err(dev, xdp, to, map_type, map_id, index, err) \ argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
Dmap_in_map_batch_ops.c31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps()
66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map()
Dmap_percpu_stats.c128 static bool is_lru(__u32 map_type) in is_lru()
135 __u32 map_type; member
/kernel/linux/linux-6.6/tools/lib/bpf/
Dlibbpf_probes.c277 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create()
392 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
/kernel/linux/linux-6.6/fs/smb/client/
Dcifs_unicode.c17 int map_type; in cifs_remap() local
178 const struct nls_table *codepage, int map_type) in cifs_from_utf16()
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_unicode.c19 int map_type; in cifs_remap() local
180 const struct nls_table *codepage, int map_type) in cifs_from_utf16()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf.c107 int bpf_create_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_node()
127 int bpf_create_map(enum bpf_map_type map_type, int key_size, in bpf_create_map()
141 int bpf_create_map_name(enum bpf_map_type map_type, const char *name, in bpf_create_map_name()
157 int bpf_create_map_in_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map_node()
183 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map()
/kernel/linux/linux-5.10/drivers/media/tuners/
Dtda18271-maps.c1052 enum tda18271_map_type map_type, in tda18271_lookup_pll_map()
1103 enum tda18271_map_type map_type, in tda18271_lookup_map()
/kernel/linux/linux-6.6/drivers/media/tuners/
Dtda18271-maps.c1052 enum tda18271_map_type map_type, in tda18271_lookup_pll_map()
1103 enum tda18271_map_type map_type, in tda18271_lookup_map()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
Dshmem_utils.c36 enum i915_map_type map_type; in shmem_create_from_object() local
/kernel/linux/linux-6.6/tools/bpf/bpftool/
Dfeature.c597 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex()
618 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type()
962 unsigned int map_type = BPF_MAP_TYPE_UNSPEC; in section_map_types() local
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c145 const char* map_type; in format_test_name() local

1234