Searched defs:test (Results 151 - 175 of 421) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c240 static int test(void) function
/linux-master/net/bridge/
H A Dbr_mrp_switchdev.c106 struct switchdev_obj_ring_test_mrp test = { local
199 struct switchdev_obj_in_test_mrp test = { local
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf_numa.c194 static void test(int *rcv_fd, int len, int family, int proto) function
/linux-master/arch/x86/kernel/cpu/
H A Dcyrix.c399 unsigned int test; local
/linux-master/drivers/iio/test/
H A Diio-test-rescale.c646 static void iio_rescale_test_scale(struct kunit *test) argument
676 static void iio_rescale_test_offset(struct kunit *test) argument
[all...]
/linux-master/crypto/async_tx/
H A Draid6test.c152 static int test(int disks, int *tests) function
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c47 static int drm_plane_helper_init(struct kunit *test) argument
82 check_src_eq(struct kunit *test, struct drm_plane_state *plane_state, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h) argument
101 check_crtc_eq(struct kunit *test, struct drm_plane_state *plane_state, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h) argument
112 drm_test_check_plane_state(struct kunit *test) argument
254 drm_test_check_invalid_plane_state(struct kunit *test) argument
[all...]
H A Ddrm_probe_helper_test.c33 static int drm_probe_helper_test_init(struct kunit *test) argument
94 drm_test_connector_helper_tv_get_modes_check(struct kunit *test) argument
[all...]
H A Ddrm_gem_shmem_test.c56 static void drm_gem_shmem_test_obj_create(struct kunit *test) argument
76 drm_gem_shmem_test_obj_create_private(struct kunit *test) argument
130 drm_gem_shmem_test_pin_pages(struct kunit *test) argument
163 drm_gem_shmem_test_vmap(struct kunit *test) argument
199 drm_gem_shmem_test_get_pages_sgt(struct kunit *test) argument
238 drm_gem_shmem_test_get_sg_table(struct kunit *test) argument
273 drm_gem_shmem_test_madvise(struct kunit *test) argument
308 drm_gem_shmem_test_purge(struct kunit *test) argument
340 drm_gem_shmem_test_init(struct kunit *test) argument
[all...]
H A Ddrm_dp_mst_helper_test.c55 static void drm_test_dp_mst_calc_pbn_mode(struct kunit *test) argument
199 static void drm_test_dp_mst_calc_pbn_div(struct kunit *test) argument
505 struct kunit *test local
510 drm_test_dp_mst_sideband_msg_req_decode(struct kunit *test) argument
571 drm_dp_mst_helper_tests_init(struct kunit *test) argument
[all...]
H A Ddrm_kunit_helpers.c38 struct device *drm_kunit_helper_alloc_device(struct kunit *test) argument
51 void drm_kunit_helper_free_device(struct kunit *test, struct device *dev) argument
58 __drm_kunit_helper_alloc_drm_device_with_driver(struct kunit *test, struct device *dev, size_t size, size_t offset, const struct drm_driver *driver) argument
103 drm_kunit_helper_acquire_ctx_alloc(struct kunit *test) argument
145 drm_kunit_helper_atomic_state_alloc(struct kunit *test, struct drm_device *drm, struct drm_modeset_acquire_ctx *ctx) argument
211 drm_kunit_helper_create_primary_plane(struct kunit *test, struct drm_device *drm, const struct drm_plane_funcs *funcs, const struct drm_plane_helper_funcs *helper_funcs, const uint32_t *formats, unsigned int num_formats, const uint64_t *modifiers) argument
282 drm_kunit_helper_create_crtc(struct kunit *test, struct drm_device *drm, struct drm_plane *primary, struct drm_plane *cursor, const struct drm_crtc_funcs *funcs, const struct drm_crtc_helper_funcs *helper_funcs) argument
[all...]
/linux-master/lib/
H A Dtest_linear_ranges.c114 range_test_get_value(struct kunit *test) argument
135 range_test_get_selector_high(struct kunit *test) argument
160 range_test_get_value_amount(struct kunit *test) argument
168 range_test_get_selector_low(struct kunit *test) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-uclogic-rdesc-test.c190 static void hid_test_uclogic_template(struct kunit *test) argument
/linux-master/fs/ext4/
H A Dinode-test.c222 static time64_t get_32bit_time(const struct timestamp_expectation * const test) argument
241 static void inode_test_xtimestamp_decoding(struct kunit *test) argument
[all...]
/linux-master/tools/testing/selftests/kvm/s390x/
H A Ddebug_test.c140 void (*test)(void); member in struct:testdef
/linux-master/drivers/usb/musb/
H A Dmusb_debugfs.c118 unsigned test; local
168 u8 test; local
[all...]
/linux-master/arch/powerpc/kvm/
H A Dtest-guest-state-buffer.c9 static void test_creating_buffer(struct kunit *test) argument
25 static void test_adding_element(struct kunit *test) argument
100 test_gs_parsing(struct kunit *test) argument
125 test_gs_bitmap(struct kunit *test) argument
279 test_gs_msg(struct kunit *test) argument
[all...]
/linux-master/drivers/base/test/
H A Dproperty-entry-test.c10 static void pe_test_uints(struct kunit *test) argument
117 pe_test_uint_arrays(struct kunit *test) argument
252 pe_test_strings(struct kunit *test) argument
324 pe_test_bool(struct kunit *test) argument
343 pe_test_move_inline_u8(struct kunit *test) argument
373 pe_test_move_inline_str(struct kunit *test) argument
406 pe_test_reference(struct kunit *test) argument
[all...]
/linux-master/include/kunit/
H A Dresource.h169 kunit_add_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, struct kunit_resource *res, void *data) argument
191 kunit_add_named_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, struct kunit_resource *res, const char *name, void *data) argument
237 kunit_alloc_and_get_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, gfp_t internal_gfp, void *context) argument
280 kunit_alloc_resource(struct kunit *test, kunit_resource_init_t init, kunit_resource_free_t free, gfp_t internal_gfp, void *context) argument
309 kunit_resource_name_match(struct kunit *test, struct kunit_resource *res, void *match_name) argument
323 kunit_find_resource(struct kunit *test, kunit_resource_match_t match, void *match_data) argument
351 kunit_find_named_resource(struct kunit *test, const char *name) argument
371 kunit_destroy_named_resource(struct kunit *test, const char *name) argument
[all...]
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.c109 static int __build_one_pipe(struct kunit *test, struct drm_device *drm, argument
140 static int __build_mock(struct kunit *test, struct drm_device *drm, argument
160 __mock_device(struct kunit *test, bool is_vc5) argument
201 vc4_mock_device(struct kunit *test) argument
206 vc5_mock_device(struct kunit *test) argument
[all...]
/linux-master/lib/kunit/
H A Dkunit-example-test.c22 static void example_simple_test(struct kunit *test) argument
37 example_test_init(struct kunit *test) argument
48 example_test_exit(struct kunit *test) argument
78 example_skip_test(struct kunit *test) argument
93 example_mark_skipped_test(struct kunit *test) argument
108 example_all_expect_macros_test(struct kunit *test) argument
184 example_static_stub_test(struct kunit *test) argument
208 example_static_stub_using_fn_ptr_test(struct kunit *test) argument
243 example_params_test(struct kunit *test) argument
261 example_priv_test(struct kunit *test) argument
275 example_slow_test(struct kunit *test) argument
348 example_init_test(struct kunit *test) argument
[all...]
H A Dstring-stream.c190 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp) argument
204 void kunit_free_string_stream(struct kunit *test, struct string_stream *stream) argument
H A Dexecutor_test.c17 static void dummy_test(struct kunit *test) {} argument
26 static void parse_filter_test(struct kunit *test) argument
43 filter_suites_test(struct kunit *test) argument
69 filter_suites_test_glob_test(struct kunit *test) argument
98 filter_suites_to_empty_test(struct kunit *test) argument
118 parse_filter_attr_test(struct kunit *test) argument
150 filter_attr_test(struct kunit *test) argument
188 filter_attr_empty_test(struct kunit *test) argument
209 filter_attr_skip_test(struct kunit *test) argument
268 free_suite_set_at_end(struct kunit *test, const void *to_free) argument
281 alloc_fake_suite(struct kunit *test, const char *suite_name, struct kunit_case *test_cases) argument
[all...]
/linux-master/mm/damon/
H A Dvaddr-test.h66 static void damon_test_three_regions_in_vmas(struct kunit *test) argument
129 damon_do_test_apply_three_regions(struct kunit *test, unsigned long *regions, int nr_regions, struct damon_addr_range *three_regions, unsigned long *expected, int nr_expected) argument
161 damon_test_apply_three_regions1(struct kunit *test) argument
183 damon_test_apply_three_regions2(struct kunit *test) argument
207 damon_test_apply_three_regions3(struct kunit *test) argument
232 damon_test_apply_three_regions4(struct kunit *test) argument
249 damon_test_split_evenly_fail(struct kunit *test, unsigned long start, unsigned long end, unsigned int nr_pieces) argument
268 damon_test_split_evenly_succ(struct kunit *test, unsigned long start, unsigned long end, unsigned int nr_pieces) argument
295 damon_test_split_evenly(struct kunit *test) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dalign.c602 static int do_test_single(struct bpf_align_test *test) argument
696 struct bpf_align_test *test = &tests[i]; local
[all...]

Completed in 194 milliseconds

1234567891011>>