Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 218) sorted by relevance

123456789

/linux/scripts/kconfig/tests/
H A Dconftest.py228 def _read_and_compare(self, compare, expected): argument
238 def _contains(self, attr, expected): argument
243 def _matches(self, attr, expected): argument
247 def config_contains(self, expected): argument
255 def config_matches(self, expected): argument
263 def stdout_contains(self, expected): argument
271 def stdout_matches(self, expected): argument
279 def stderr_contains(self, expected): argument
287 def stderr_matches(self, expected): argument
/linux/tools/testing/selftests/
H A Dkselftest_harness.h511 #define ASSERT_EQ(expected, seen) \ argument
522 #define ASSERT_NE(expected, seen) \ argument
533 #define ASSERT_LT(expected, seen) \ argument
544 #define ASSERT_LE(expected, seen) \ argument
555 #define ASSERT_GT(expected, seen) \ argument
566 #define ASSERT_GE(expected, seen) \ argument
607 #define ASSERT_STREQ(expected, seen) \ argument
618 #define ASSERT_STRNE(expected, seen) \ argument
629 #define EXPECT_EQ(expected, seen) \ argument
640 #define EXPECT_NE(expected, seen) \ argument
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h132 unsigned long *expected, int nr_expected) in damon_do_test_apply_three_regions()
172 unsigned long expected[] = {5, 20, 20, 27, 45, 55, in damon_test_apply_three_regions1() local
194 unsigned long expected[] = {5, 20, 20, 27, 56, 57, in damon_test_apply_three_regions2() local
218 unsigned long expected[] = {5, 20, 20, 27, 61, 63, in damon_test_apply_three_regions3() local
243 unsigned long expected[] = {5, 7, 30, 32, 65, 68}; in damon_test_apply_three_regions4() local
/linux/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c29 const u8 expected[TEST_BUF_SIZE]; member
34 const u8 expected[TEST_BUF_SIZE]; member
39 const u16 expected[TEST_BUF_SIZE]; member
45 const u16 expected[TEST_BUF_SIZE]; member
50 const u16 expected[TEST_BUF_SIZE]; member
55 const u16 expected[TEST_BUF_SIZE]; member
60 const u8 expected[TEST_BUF_SIZE]; member
65 const u32 expected[TEST_BUF_SIZE]; member
70 const u32 expected[TEST_BUF_SIZE]; member
75 const u32 expected[TEST_BUF_SIZE]; member
[all …]
H A Ddrm_modes_test.c72 struct drm_display_mode *expected, *mode; in drm_test_modes_analog_tv_ntsc_480i_inlined() local
119 struct drm_display_mode *expected, *mode; in drm_test_modes_analog_tv_pal_576i_inlined() local
H A Ddrm_dp_mst_helper_test.c19 const int expected; member
74 fixed20_12 expected; member
H A Ddrm_plane_helper_test.c86 struct drm_rect expected = DRM_RECT_INIT(src_x, src_y, src_w, src_h); in check_src_eq() local
105 struct drm_rect expected = DRM_RECT_INIT(crtc_x, crtc_y, crtc_w, crtc_h); in check_crtc_eq() local
/linux/drivers/firewire/
H A Dpacket-serdes-test.c276 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_write_quadlet_request() local
315 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_write_block_request() local
355 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_write_response() local
390 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_read_quadlet_request() local
425 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_read_quadlet_response() local
464 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_read_block_request() local
504 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_read_block_response() local
544 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_lock_request() local
584 static const u32 expected[ASYNC_HEADER_QUADLET_COUNT] = { in test_async_header_lock_response() local
624 const u32 expected = 0x00d08dec; in test_isoc_header() local
[all …]
H A Dohci-serdes-test.c15 const u32 expected = 0x803d0594; in test_self_id_count_register_deserialization() local
45 static const __le32 expected[] = { in test_at_data_serdes() local
78 static const __le32 expected[] = { in test_it_data_serdes() local
/linux/lib/
H A Dglobtest.c16 bool expected; member
19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
144 bool expected = *p++ & 1; in glob_init() local
H A Ddhry_1.c227 #define dhry_assert_int_eq(val, expected) \ in dhry() argument
234 #define dhry_assert_char_eq(val, expected) \ in dhry() argument
241 #define dhry_assert_string_eq(val, expected) \ in dhry() argument
H A Dusercopy_kunit.c95 int expected = is_zeroed(kmem + start, len); in usercopy_test_check_nonzero_user() local
107 char *umem_src = NULL, *expected = NULL; in usercopy_test_copy_struct_from_user() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_helpers.h52 static inline void __assert_mprog_count(int target, int expected, int ifindex) in __assert_mprog_count()
63 static inline void assert_mprog_count(int target, int expected) in assert_mprog_count()
68 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex()
H A Dfib_lookup.c285 static void assert_src_ip(struct bpf_fib_lookup *params, const char *expected) in assert_src_ip()
290 static void assert_dst_ip(struct bpf_fib_lookup *params, const char *expected) in assert_dst_ip()
357 char expected[18], actual[18]; in test_fib_lookup() local
/linux/tools/perf/tests/
H A Dhists_cumulate.c190 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() argument
282 struct result expected[] = { in test1() local
380 struct result expected[] = { test2() local
484 struct result expected[] = { test3() local
604 struct result expected[] = { test4() local
[all...]
/linux/fs/squashfs/
H A Dfile.c420 static int squashfs_readpage_fragment(struct page *page, int expected) in squashfs_readpage_fragment()
440 static int squashfs_readpage_sparse(struct page *page, int expected) in squashfs_readpage_sparse()
453 int expected = index == file_end ? in squashfs_read_folio() local
497 unsigned int pages, unsigned int expected, loff_t start) in squashfs_readahead_fragment()
590 unsigned int expected; in squashfs_readahead() local
/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c51 int test_and_compare_child(long provided, long expected, int inherit) in test_and_compare_child()
76 long flag, expected; in main() local
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h241 #define ASSERT_EQ(actual, expected, name) ({ \ argument
252 #define ASSERT_NEQ(actual, expected, name) ({ \ argument
263 #define ASSERT_LT(actual, expected, name) ({ \ argument
274 #define ASSERT_LE(actual, expected, name) ({ \ argument
285 #define ASSERT_GT(actual, expected, name) ({ \ argument
296 #define ASSERT_GE(actual, expected, name) ({ \ argument
307 #define ASSERT_STREQ(actual, expected, name) ({ \ argument
318 #define ASSERT_STRNEQ(actual, expected, len, name) ({ \ argument
/linux/drivers/misc/lkdtm/
H A Dcfi.c80 void set_return_addr_unchecked(unsigned long *expected, unsigned long *addr) in set_return_addr_unchecked()
96 void set_return_addr(unsigned long *expected, unsigned long *addr) in set_return_addr()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c76 u64 retval, expected = 0; in test_copy() local
190 u64 retval, expected; in xe_migrate_sanity_test() local
498 u64 expected, retval; in test_migrate() local
585 u64 expected, retval; in test_clear() local
/linux/drivers/md/dm-vdo/
H A Ddata-vio.h371 thread_id_t expected = data_vio->hash_zone->thread_id; in assert_data_vio_in_hash_zone() local
402 thread_id_t expected = data_vio->logical.zone->thread_id; in assert_data_vio_in_logical_zone() local
430 thread_id_t expected = data_vio->allocation.zone->thread_id; in assert_data_vio_in_allocated_zone() local
460 thread_id_t expected = data_vio->duplicate.zone->thread_id; in assert_data_vio_in_duplicate_zone() local
490 thread_id_t expected = data_vio->mapped.zone->thread_id; in assert_data_vio_in_mapped_zone() local
507 thread_id_t expected = data_vio->new_mapped.zone->thread_id; in assert_data_vio_in_new_mapped_zone() local
/linux/tools/testing/selftests/clone3/
H A Dclone3.c112 static bool test_clone3(uint64_t flags, size_t size, int expected, in test_clone3()
168 int expected; member
/linux/drivers/iio/test/
H A Diio-test-gts.c378 static const int expected[] = {0, 50000, 0, 100000, 0, 200000, 0, 400000}; in test_iio_gts_chk_times() local
391 int expected[ARRAY_SIZE(gains) * 2]; in test_iio_gts_chk_scales_all() local
428 int expected[ARRAY_SIZE(gains) * 2]; in test_iio_gts_chk_scales_t200() local
/linux/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c71 off_t offset, size_t expected) in seek_read_hugepage_filemap()
108 size_t wr_chunk_size, size_t expected) in read_hugepage_filemap()
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c18 uint64_t val, expected; in reg_access() local

123456789