Lines Matching defs:test
419 static void test_basic(struct kunit *test) in test_basic()
450 static void test_concurrent_races(struct kunit *test) in test_concurrent_races()
479 static void test_novalue_change(struct kunit *test) in test_novalue_change()
504 static void test_novalue_change_exception(struct kunit *test) in test_novalue_change_exception()
523 static void test_unknown_origin(struct kunit *test) in test_unknown_origin()
545 static void test_write_write_assume_atomic(struct kunit *test) in test_write_write_assume_atomic()
571 static void test_write_write_struct(struct kunit *test) in test_write_write_struct()
593 static void test_write_write_struct_part(struct kunit *test) in test_write_write_struct_part()
612 static void test_read_atomic_write_atomic(struct kunit *test) in test_read_atomic_write_atomic()
625 static void test_read_plain_atomic_write(struct kunit *test) in test_read_plain_atomic_write()
647 static void test_read_plain_atomic_rmw(struct kunit *test) in test_read_plain_atomic_rmw()
670 static void test_zero_size_access(struct kunit *test) in test_zero_size_access()
698 static void test_data_race(struct kunit *test) in test_data_race()
710 static void test_assert_exclusive_writer(struct kunit *test) in test_assert_exclusive_writer()
728 static void test_assert_exclusive_access(struct kunit *test) in test_assert_exclusive_access()
746 static void test_assert_exclusive_access_writer(struct kunit *test) in test_assert_exclusive_access_writer()
782 static void test_assert_exclusive_bits_change(struct kunit *test) in test_assert_exclusive_bits_change()
801 static void test_assert_exclusive_bits_nochange(struct kunit *test) in test_assert_exclusive_bits_nochange()
813 static void test_assert_exclusive_writer_scoped(struct kunit *test) in test_assert_exclusive_writer_scoped()
840 static void test_assert_exclusive_access_scoped(struct kunit *test) in test_assert_exclusive_access_scoped()
876 static void test_jiffies_noreport(struct kunit *test) in test_jiffies_noreport()
889 static void test_seqlock_noreport(struct kunit *test) in test_seqlock_noreport()
907 static void test_atomic_builtins(struct kunit *test) in test_atomic_builtins()
1001 get_num_threads(const char *test, int *nthreads) in get_num_threads()
1064 static int test_init(struct kunit *test) in test_init()
1136 static void test_exit(struct kunit *test) in test_exit()