Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c95 static void run_tests(int family, enum bpf_map_type map_type) in run_tests() argument
H A Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup() argument
H A Dsockmap_basic.c84 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free() argument
110 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers() argument
139 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update() argument
198 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c66 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_probe_map_types() local
H A Dlibbpf_str.c130 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_bpf_map_type_str() local
H A Dlookup_and_delete.c44 static struct test_lookup_and_delete *setup_prog(enum bpf_map_type map_type, in setup_prog() argument
H A Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup() argument
H A Dsockmap_ktls.c149 static void run_tests(int family, enum bpf_map_type map_type) in run_tests() argument
135 fmt_test_name(const char *subtest_name, int family, enum bpf_map_type map_type) fmt_test_name() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c36 enum i915_map_type map_type; in shmem_create_from_object() local
/kernel/linux/linux-5.10/scripts/
H A Dbpf_helpers_doc.py519 def map_type(self, t): function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_lru_map.c29 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() argument
159 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0() argument
248 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1() argument
324 test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity2() argument
432 test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity3() argument
496 test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity4() argument
573 test_lru_sanity5(int map_type, int map_flags) test_lru_sanity5() argument
620 test_lru_sanity6(int map_type, int map_flags, int tgt_free) test_lru_sanity6() argument
687 test_lru_sanity7(int map_type, int map_flags) test_lru_sanity7() argument
783 test_lru_sanity8(int map_type, int map_flags) test_lru_sanity8() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vm.c94 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot() argument
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_probes.c202 bool bpf_probe_map_type(enum bpf_map_type map_type, __u32 ifindex) in bpf_probe_map_type() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.c19 int map_type; in cifs_remap() local
179 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, const struct nls_table *codepage, int map_type) cifs_from_utf16() argument
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtda18271-maps.c1051 tda18271_lookup_pll_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *post_div, u8 *div) tda18271_lookup_pll_map() argument
1102 tda18271_lookup_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *val) tda18271_lookup_map() argument
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dtda18271-maps.c1051 tda18271_lookup_pll_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *post_div, u8 *div) tda18271_lookup_pll_map() argument
1102 tda18271_lookup_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *val) tda18271_lookup_map() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_unicode.c17 int map_type; in cifs_remap() local
177 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, const struct nls_table *codepage, int map_type) cifs_from_utf16() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vm.c89 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c20 enum i915_map_type map_type = in igt_fill_check_buffer() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps() argument
66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c145 const char* map_type; in format_test_name() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lru_map.c28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() argument
148 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0() argument
239 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1() argument
315 test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity2() argument
422 test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity3() argument
486 test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity4() argument
562 test_lru_sanity5(int map_type, int map_flags) test_lru_sanity5() argument
609 test_lru_sanity6(int map_type, int map_flags, int tgt_free) test_lru_sanity6() argument
676 test_lru_sanity7(int map_type, int map_flags) test_lru_sanity7() argument
767 test_lru_sanity8(int map_type, int map_flags) test_lru_sanity8() argument
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_probes.c277 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create() argument
392 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type() argument
H A Dskel_internal.h219 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create() argument
/kernel/linux/linux-6.6/scripts/
H A Dbpf_doc.py796 def map_type(self, t): function

Completed in 17 milliseconds

1234