Searched defs:test (Results 76 - 100 of 421) sorted by relevance

1234567891011>>

/linux-master/lib/kunit/
H A Dtry-catch.c64 struct kunit *test = try_catch->test; local
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_guc_id_mgr_test.c11 static int guc_id_mgr_test_init(struct kunit *test) argument
23 static void bad_init(struct kunit *test) argument
31 static void no_init(struct kunit *test) argument
42 init_fini(struct kunit *test) argument
54 check_used(struct kunit *test) argument
76 check_quota(struct kunit *test) argument
100 check_all(struct kunit *test) argument
[all...]
H A Dxe_guc_db_mgr_test.c11 static int guc_dbm_test_init(struct kunit *test) argument
23 static void test_empty(struct kunit *test) argument
37 test_default(struct kunit *test) argument
59 test_size(struct kunit *test) argument
83 test_reuse(struct kunit *test) argument
111 test_range_overlap(struct kunit *test) argument
149 test_range_compact(struct kunit *test) argument
168 test_range_spare(struct kunit *test) argument
[all...]
/linux-master/sound/soc/
H A Dsoc-card-test.c32 static void test_snd_soc_card_get_kcontrol(struct kunit *test) argument
70 test_snd_soc_card_get_kcontrol_locked(struct kunit *test) argument
126 soc_card_test_case_init(struct kunit *test) argument
159 soc_card_test_case_exit(struct kunit *test) argument
[all...]
H A Dsoc-utils-test.c118 static void test_tdm_params_to_bclk_one(struct kunit *test, argument
144 static void test_tdm_params_to_bclk(struct kunit *test) argument
173 static void test_snd_soc_params_to_bclk_one(struct kunit *test, argument
196 static void test_snd_soc_params_to_bclk(struct kunit *test) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c21 static struct test { struct
366 static int test_one(struct test *test) argument
394 static struct test *test; local
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c101 int test(void) function
/linux-master/tools/testing/selftests/timens/
H A Dgettime_perf.c47 static void test(clock_t clockid, char *clockstr, bool in_ns) function
/linux-master/fs/fat/
H A Dfat_test.c13 static void fat_checksum_test(struct kunit *test) argument
131 static void fat_time_fat2unix_test(struct kunit *test) argument
155 static void fat_time_unix2fat_test(struct kunit *test) argument
[all...]
/linux-master/samples/kfifo/
H A Drecord-example.c48 struct kfifo_rec_ptr_1 test; variable in typeref:struct:kfifo_rec_ptr_1
53 static mytest test; variable
[all...]
/linux-master/include/crypto/internal/
H A Dkdf_selftest.h24 kdf_test(const struct kdf_testvec *test, const char *name, argument
[all...]
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev_test.c111 static void ne_misc_dev_test_merge_phys_contig_memory_regions(struct kunit *test) argument
/linux-master/drivers/net/wireguard/selftest/
H A Dratelimiter.c122 int test = 0, trials; local
33 timings_test(struct sk_buff *skb4, struct iphdr *hdr4, struct sk_buff *skb6, struct ipv6hdr *hdr6, int *test) argument
97 capacity_test(struct sk_buff *skb4, struct iphdr *hdr4, int *test) argument
[all...]
/linux-master/lib/
H A Dcpumask_kunit.c62 static void test_cpumask_weight(struct kunit *test) argument
73 test_cpumask_first(struct kunit *test) argument
83 test_cpumask_last(struct kunit *test) argument
91 test_cpumask_next(struct kunit *test) argument
103 test_cpumask_iterators(struct kunit *test) argument
117 test_cpumask_iterators_builtin(struct kunit *test) argument
130 test_cpumask_init(struct kunit *test) argument
[all...]
H A Dslub_kunit.c28 static void test_clobber_zone(struct kunit *test) argument
46 static void test_next_pointer(struct kunit *test) argument
91 static void test_first_word(struct kunit *test) argument
106 test_clobber_50th_byte(struct kunit *test) argument
122 test_clobber_redzone_free(struct kunit *test) argument
139 test_kmalloc_redzone_access(struct kunit *test) argument
160 test_init(struct kunit *test) argument
[all...]
/linux-master/drivers/base/test/
H A Droot-device-test.c17 static int root_device_devm_init(struct kunit *test) argument
44 static void root_device_devm_register_unregister_test(struct kunit *test) argument
76 root_device_devm_register_get_unregister_with_devm_test(struct kunit *test) argument
[all...]
/linux-master/mm/damon/
H A Ddbgfs-test.h15 static void damon_dbgfs_test_str_to_ints(struct kunit *test) argument
71 damon_dbgfs_test_set_targets(struct kunit *test) argument
94 damon_dbgfs_test_set_init_regions(struct kunit *test) argument
[all...]
/linux-master/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c36 static void setup_system_counter(struct kvm_vcpu *vcpu, struct test_case *test) argument
42 static uint64_t guest_read_system_counter(struct test_case *test) argument
47 static uint64_t host_read_guest_system_counter(struct test_case *test) argument
66 struct test_case *test = &test_cases[i]; local
96 struct test_case *test local
[all...]
/linux-master/net/wireless/tests/
H A Dchan.c193 static void test_chandef_compat(struct kunit *test) argument
/linux-master/net/mptcp/
H A Dtoken_test.c6 static struct mptcp_subflow_request_sock *build_req_sock(struct kunit *test) argument
18 static void mptcp_token_test_req_basic(struct kunit *test) argument
32 static struct inet_connection_sock *build_icsk(struct kunit *test) argument
42 build_ctx(struct kunit *test) argument
52 build_msk(struct kunit *test) argument
71 mptcp_token_test_msk_basic(struct kunit *test) argument
94 mptcp_token_test_accept(struct kunit *test) argument
113 mptcp_token_test_destroyed(struct kunit *test) argument
[all...]
/linux-master/kernel/time/
H A Dtime_test.c53 static void time64_to_tm_test_date_range(struct kunit *test) argument
/linux-master/net/core/
H A Ddev_addr_lists_test.c34 static int dev_addr_test_init(struct kunit *test) argument
55 static void dev_addr_test_exit(struct kunit *test) argument
63 static void dev_addr_test_basic(struct kunit *test) argument
81 dev_addr_test_sync_one(struct kunit *test) argument
110 dev_addr_test_add_del(struct kunit *test) argument
152 dev_addr_test_del_main(struct kunit *test) argument
172 dev_addr_test_add_set(struct kunit *test) argument
204 dev_addr_test_add_excl(struct kunit *test) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dreuseport_dualstack.c128 static void test(int *rcv_fds, int count, int proto) function
/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c446 struct basic_test *test = &tests[i]; local
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_diag.c84 struct igc_reg_test *test = reg_test; local
[all...]

Completed in 474 milliseconds

1234567891011>>