Searched defs:test (Results 276 - 300 of 421) sorted by relevance

<<11121314151617

/linux-master/lib/
H A Dfortify_kunit.c84 static void fortify_test_known_sizes(struct kunit *test) argument
117 fortify_test_control_flow_split(struct kunit *test) argument
386 fortify_test_realloc_size(struct kunit *test) argument
406 fortify_test_strlen(struct kunit *test) argument
429 fortify_test_strnlen(struct kunit *test) argument
467 fortify_test_strcpy(struct kunit *test) argument
525 fortify_test_strncpy(struct kunit *test) argument
584 fortify_test_strscpy(struct kunit *test) argument
641 fortify_test_strcat(struct kunit *test) argument
698 fortify_test_strncat(struct kunit *test) argument
771 fortify_test_strlcat(struct kunit *test) argument
924 fortify_test_memscan(struct kunit *test) argument
943 fortify_test_memchr(struct kunit *test) argument
962 fortify_test_memchr_inv(struct kunit *test) argument
982 fortify_test_memcmp(struct kunit *test) argument
1004 fortify_test_kmemdup(struct kunit *test) argument
1047 fortify_test_init(struct kunit *test) argument
[all...]
H A Dstring_kunit.c20 static void string_test_memset16(struct kunit *test) argument
49 string_test_memset32(struct kunit *test) argument
78 string_test_memset64(struct kunit *test) argument
107 string_test_strchr(struct kunit *test) argument
130 string_test_strnchr(struct kunit *test) argument
163 string_test_strspn(struct kunit *test) argument
199 string_test_strcmp(struct kunit *test) argument
217 string_test_strcmp_long_strings(struct kunit *test) argument
229 string_test_strncmp(struct kunit *test) argument
252 string_test_strncmp_long_strings(struct kunit *test) argument
272 string_test_strcasecmp(struct kunit *test) argument
285 string_test_strcasecmp_long_strings(struct kunit *test) argument
297 string_test_strncasecmp(struct kunit *test) argument
309 string_test_strncasecmp_long_strings(struct kunit *test) argument
344 strscpy_check(struct kunit *test, char *src, int count, int expected, int chars, int terminator, int pad) argument
401 string_test_strscpy(struct kunit *test) argument
450 string_test_strcat(struct kunit *test) argument
469 string_test_strncat(struct kunit *test) argument
496 string_test_strlcat(struct kunit *test) argument
527 string_test_strtomem(struct kunit *test) argument
580 string_test_memtostr(struct kunit *test) argument
[all...]
H A Dmemcpy_kunit.c50 static void memcpy_test(struct kunit *test) argument
110 static void memmove_test(struct kunit *test) argument
207 memset_test(struct kunit *test) argument
299 set_random_nonzero(struct kunit *test, u8 *byte) argument
310 init_large(struct kunit *test) argument
327 copy_large_test(struct kunit *test, bool use_memmove) argument
366 memcpy_large_test(struct kunit *test) argument
371 memmove_large_test(struct kunit *test) argument
395 inner_loop(struct kunit *test, int bytes, int d_off, int s_off) argument
458 memmove_overlap_test(struct kunit *test) argument
[all...]
H A Dlist-test.c18 static void list_test_list_init(struct kunit *test) argument
47 static void list_test_list_add(struct kunit *test) argument
61 list_test_list_add_tail(struct kunit *test) argument
75 list_test_list_del(struct kunit *test) argument
91 list_test_list_replace(struct kunit *test) argument
107 list_test_list_replace_init(struct kunit *test) argument
126 list_test_list_swap(struct kunit *test) argument
148 list_test_list_del_init(struct kunit *test) argument
165 list_test_list_del_init_careful(struct kunit *test) argument
185 list_test_list_move(struct kunit *test) argument
204 list_test_list_move_tail(struct kunit *test) argument
223 list_test_list_bulk_move_tail(struct kunit *test) argument
258 list_test_list_is_head(struct kunit *test) argument
276 list_test_list_is_first(struct kunit *test) argument
288 list_test_list_is_last(struct kunit *test) argument
300 list_test_list_empty(struct kunit *test) argument
312 list_test_list_empty_careful(struct kunit *test) argument
325 list_test_list_rotate_left(struct kunit *test) argument
342 list_test_list_rotate_to_front(struct kunit *test) argument
366 list_test_list_is_singular(struct kunit *test) argument
385 list_test_list_cut_position(struct kunit *test) argument
413 list_test_list_cut_before(struct kunit *test) argument
441 list_test_list_splice(struct kunit *test) argument
466 list_test_list_splice_tail(struct kunit *test) argument
491 list_test_list_splice_init(struct kunit *test) argument
518 list_test_list_splice_tail_init(struct kunit *test) argument
545 list_test_list_entry(struct kunit *test) argument
553 list_test_list_entry_is_head(struct kunit *test) argument
573 list_test_list_first_entry(struct kunit *test) argument
586 list_test_list_last_entry(struct kunit *test) argument
599 list_test_list_first_entry_or_null(struct kunit *test) argument
615 list_test_list_next_entry(struct kunit *test) argument
628 list_test_list_prev_entry(struct kunit *test) argument
641 list_test_list_for_each(struct kunit *test) argument
659 list_test_list_for_each_prev(struct kunit *test) argument
677 list_test_list_for_each_safe(struct kunit *test) argument
698 list_test_list_for_each_prev_safe(struct kunit *test) argument
718 list_test_list_for_each_entry(struct kunit *test) argument
739 list_test_list_for_each_entry_reverse(struct kunit *test) argument
813 hlist_test_init(struct kunit *test) argument
841 hlist_test_unhashed(struct kunit *test) argument
863 hlist_test_unhashed_lockless(struct kunit *test) argument
884 hlist_test_del(struct kunit *test) argument
900 hlist_test_del_init(struct kunit *test) argument
921 hlist_test_add(struct kunit *test) argument
945 hlist_test_fake(struct kunit *test) argument
960 hlist_test_is_singular_node(struct kunit *test) argument
976 hlist_test_empty(struct kunit *test) argument
990 hlist_test_move_list(struct kunit *test) argument
1006 hlist_test_entry(struct kunit *test) argument
1015 hlist_test_entry_safe(struct kunit *test) argument
1028 hlist_test_for_each(struct kunit *test) argument
1047 hlist_test_for_each_safe(struct kunit *test) argument
1067 hlist_test_for_each_entry(struct kunit *test) argument
1090 hlist_test_for_each_entry_continue(struct kunit *test) argument
1121 hlist_test_for_each_entry_from(struct kunit *test) argument
1149 hlist_test_for_each_entry_safe(struct kunit *test) argument
1225 klist_test_add_tail(struct kunit *test) argument
1253 klist_test_add_head(struct kunit *test) argument
1281 klist_test_add_behind(struct kunit *test) argument
1314 klist_test_add_before(struct kunit *test) argument
1350 klist_test_del_refcount_greater_than_zero(struct kunit *test) argument
1401 klist_test_del_refcount_zero(struct kunit *test) argument
1434 klist_test_remove(struct kunit *test) argument
1468 klist_test_node_attached(struct kunit *test) argument
[all...]
H A Dtest_printf.c146 #define test(expect, fmt, ...) \ macro
[all...]
H A Dtest_objpool.c64 struct ot_test *test; /* test parameters */ member in struct:ot_item
85 static void *ot_kzalloc(struct ot_test *test, long size) argument
94 static void ot_kfree(struct ot_test *test, void *ptr, long size) argument
102 static void ot_mem_report(struct ot_test *test) argument
128 struct ot_test *test; /* test parameters */ member in struct:ot_context
159 struct ot_test *test = item->test; local
198 ot_init_cpu_item(struct ot_item *item, struct ot_test *test, struct objpool_head *pool, void (*worker)(struct ot_item *, int)) argument
220 struct ot_test *test = item->test; local
242 ot_perf_report(struct ot_test *test, u64 duration) argument
285 ot_init_sync_m0(struct ot_test *test) argument
348 ot_start_sync(struct ot_test *test) argument
427 struct ot_test *test = sop->test; local
455 ot_init_async_m0(struct ot_test *test) argument
507 struct ot_test *test = item->test; local
539 ot_start_async(struct ot_test *test) argument
[all...]
/linux-master/drivers/spi/
H A Dspi-loopback-test.c572 spi_test_check_elapsed_time(struct spi_device *spi, struct spi_test *test) argument
707 spi_test_fill_pattern(struct spi_device *spi, struct spi_test *test) argument
791 _spi_test_run_iter(struct spi_device *spi, struct spi_test *test, void *tx, void *rx) argument
861 struct spi_test test; local
933 spi_test_execute_msg(struct spi_device *spi, struct spi_test *test, void *tx, void *rx) argument
1006 spi_test_run_test(struct spi_device *spi, const struct spi_test *test, void *tx, void *rx) argument
1074 struct spi_test *test; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c173 static int test_str(void *buf, size_t len, const struct test_cfg *test, argument
244 static size_t build_input(const struct test_cfg *test, void *const buf, argument
368 struct test_cfg *test = &tests[i]; local
[all...]
H A Dflow_dissector.c92 struct test { struct
H A Dfib_lookup.c212 set_lookup_params(struct bpf_fib_lookup *params, const struct fib_lookup_test *test, int ifindex) argument
H A Dcore_reloc.c423 static int setup_type_id_case_local(struct core_reloc_test_case *test) argument
495 static int setup_type_id_case_success(struct core_reloc_test_case *test) { argument
518 setup_type_id_case_failure(struct core_reloc_test_case *test) argument
538 __trigger_module_test_read(const struct core_reloc_test_case *test) argument
[all...]
H A Dselect_reuseport.c780 const struct test { struct
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c79 struct test_filter *tmp, *test; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn20.c376 union dmub_gpint_data_register test; local
H A Ddmub_dcn31.c320 union dmub_gpint_data_register test; local
/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c383 const struct ifs_test_caps *test = ifs_get_test_caps(dev); local
/linux-master/sound/soc/intel/avs/boards/
H A DMakefile
/linux-master/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.c125 unsigned long test = 184 * (1 + mode) * (1 + ictrl) / 2; local
347 unsigned long test = 184 * (1 + mode) * (1 + ictrl) / 2; local
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-test.c12 struct kunit *test; member in struct:arm_smmu_test_writer
111 arm_smmu_v3_test_ste_expect_transition( struct kunit *test, const struct arm_smmu_ste *cur, const struct arm_smmu_ste *target, unsigned int num_syncs_expected, bool hitless) argument
147 arm_smmu_v3_test_ste_expect_hitless_transition( struct kunit *test, const struct arm_smmu_ste *cur, const struct arm_smmu_ste *target, unsigned int num_syncs_expected) argument
170 arm_smmu_v3_write_ste_test_bypass_to_abort(struct kunit *test) argument
182 arm_smmu_v3_write_ste_test_abort_to_bypass(struct kunit *test) argument
193 arm_smmu_v3_write_ste_test_cdtable_to_abort(struct kunit *test) argument
202 arm_smmu_v3_write_ste_test_abort_to_cdtable(struct kunit *test) argument
211 arm_smmu_v3_write_ste_test_cdtable_to_bypass(struct kunit *test) argument
220 arm_smmu_v3_write_ste_test_bypass_to_cdtable(struct kunit *test) argument
253 arm_smmu_v3_write_ste_test_s2_to_abort(struct kunit *test) argument
262 arm_smmu_v3_write_ste_test_abort_to_s2(struct kunit *test) argument
271 arm_smmu_v3_write_ste_test_s2_to_bypass(struct kunit *test) argument
280 arm_smmu_v3_write_ste_test_bypass_to_s2(struct kunit *test) argument
289 arm_smmu_v3_test_cd_expect_transition( struct kunit *test, const struct arm_smmu_cd *cur, const struct arm_smmu_cd *target, unsigned int num_syncs_expected, bool hitless) argument
325 arm_smmu_v3_test_cd_expect_non_hitless_transition( struct kunit *test, const struct arm_smmu_cd *cur, const struct arm_smmu_cd *target, unsigned int num_syncs_expected) argument
333 arm_smmu_v3_test_cd_expect_hitless_transition( struct kunit *test, const struct arm_smmu_cd *cur, const struct arm_smmu_cd *target, unsigned int num_syncs_expected) argument
366 arm_smmu_v3_write_cd_test_s1_clear(struct kunit *test) argument
378 arm_smmu_v3_write_cd_test_s1_change_asid(struct kunit *test) argument
410 arm_smmu_v3_write_cd_test_sva_clear(struct kunit *test) argument
422 arm_smmu_v3_write_cd_test_sva_release(struct kunit *test) argument
453 arm_smmu_v3_test_suite_init(struct kunit_suite *test) argument
[all...]
/linux-master/net/bridge/
H A Dbr_mrp.c702 br_mrp_start_test(struct net_bridge *br, struct br_mrp_start_test *test) argument
[all...]
/linux-master/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c681 int fd, ret, test; local
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c374 struct test { struct
/linux-master/tools/usb/
H A Dtestusb.c128 int test; member in struct:testdev
379 int test = -1 /* all */; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h399 fInt test; local
/linux-master/mm/kmsan/
H A Dkmsan_test.c165 static void test_uninit_kmalloc(struct kunit *test) argument
179 static void test_init_kmalloc(struct kunit *test) argument
192 test_init_kzalloc(struct kunit *test) argument
204 test_uninit_stack_var(struct kunit *test) argument
215 test_init_stack_var(struct kunit *test) argument
246 test_params(struct kunit *test) argument
274 test_uninit_multiple_params(struct kunit *test) argument
298 test_uninit_kmsan_check_memory(struct kunit *test) argument
316 test_init_kmsan_vmap_vunmap(struct kunit *test) argument
347 test_init_vmalloc(struct kunit *test) argument
365 test_uaf(struct kunit *test) argument
385 test_percpu_propagate(struct kunit *test) argument
403 test_printk(struct kunit *test) argument
429 test_init_memcpy(struct kunit *test) argument
448 test_memcpy_aligned_to_aligned(struct kunit *test) argument
470 test_memcpy_aligned_to_unaligned(struct kunit *test) argument
511 test_memcpy_initialized_gap(struct kunit *test) argument
567 test_long_origin_chain(struct kunit *test) argument
596 test_stackdepot_roundtrip(struct kunit *test) argument
645 test_init(struct kunit *test) argument
658 test_exit(struct kunit *test) argument
[all...]

Completed in 631 milliseconds

<<11121314151617