Home
last modified time | relevance | path

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

123

/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()
149 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
240 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
316 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
423 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()
563 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
610 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
677 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
768 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
/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()
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()
/linux-6.12.1/tools/testing/selftests/bpf/prog_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_skmsg_helpers_with_link(enum bpf_map_type map_type) in test_skmsg_helpers_with_link()
193 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update()
249 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
Dsockmap_ktls.c136 enum bpf_map_type map_type) in fmt_test_name()
149 static void run_tests(int family, enum bpf_map_type 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
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()
/linux-6.12.1/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
/linux-6.12.1/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.c129 static bool is_lru(__u32 map_type) in is_lru()
135 static bool is_percpu(__u32 map_type) in is_percpu()
142 __u32 map_type; member
/linux-6.12.1/fs/btrfs/ !
Draid-stripe-tree.h32 u64 map_type) in btrfs_need_stripe_tree_update()
Draid-stripe-tree.c187 u64 logical, u64 *length, u64 map_type, in btrfs_get_raid_extent_offset()
/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()
405 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
/linux-6.12.1/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()
Dsmb2misc.c459 int map_type; in cifs_convert_path_to_utf16() local
/linux-6.12.1/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()
/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()
614 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type()
959 unsigned int map_type = BPF_MAP_TYPE_UNSPEC; in section_map_types() local
Dgen.c964 const struct btf_type *map_type, __u32 map_type_id) in walk_st_ops_shadow_vars()
1081 const struct btf_type *map_type; in gen_st_ops_shadow_type() local
1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local
/linux-6.12.1/drivers/gpu/drm/i915/gt/ !
Dshmem_utils.c37 enum i915_map_type map_type; in shmem_create_from_object() local
/linux-6.12.1/tools/testing/selftests/arm64/mte/ !
Dcheck_user_mem.c145 const char* map_type; in format_test_name() local
/linux-6.12.1/drivers/gpu/drm/i915/gem/selftests/ !
Di915_gem_migrate.c20 enum i915_map_type map_type = in igt_fill_check_buffer() local
/linux-6.12.1/tools/testing/selftests/bpf/progs/ !
Dmap_kptr.c98 #define DEFINE_MAP_OF_MAP(map_type, inner_map_type, name) \ argument
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/bpf/ !
Dfw.h83 __be32 map_type; member
/linux-6.12.1/scripts/ !
Dbpf_doc.py796 def map_type(self, t): member in PrinterHelpers

123