Lines Matching refs:kunit
439 static void test_basic(struct kunit *test) in test_basic()
470 static void test_concurrent_races(struct kunit *test) in test_concurrent_races()
499 static void test_novalue_change(struct kunit *test) in test_novalue_change()
531 static void test_novalue_change_exception(struct kunit *test) in test_novalue_change_exception()
557 static void test_unknown_origin(struct kunit *test) in test_unknown_origin()
579 static void test_write_write_assume_atomic(struct kunit *test) in test_write_write_assume_atomic()
605 static void test_write_write_struct(struct kunit *test) in test_write_write_struct()
627 static void test_write_write_struct_part(struct kunit *test) in test_write_write_struct_part()
646 static void test_read_atomic_write_atomic(struct kunit *test) in test_read_atomic_write_atomic()
659 static void test_read_plain_atomic_write(struct kunit *test) in test_read_plain_atomic_write()
680 static void test_read_plain_atomic_rmw(struct kunit *test) in test_read_plain_atomic_rmw()
702 static void test_zero_size_access(struct kunit *test) in test_zero_size_access()
730 static void test_data_race(struct kunit *test) in test_data_race()
742 static void test_assert_exclusive_writer(struct kunit *test) in test_assert_exclusive_writer()
760 static void test_assert_exclusive_access(struct kunit *test) in test_assert_exclusive_access()
778 static void test_assert_exclusive_access_writer(struct kunit *test) in test_assert_exclusive_access_writer()
814 static void test_assert_exclusive_bits_change(struct kunit *test) in test_assert_exclusive_bits_change()
833 static void test_assert_exclusive_bits_nochange(struct kunit *test) in test_assert_exclusive_bits_nochange()
845 static void test_assert_exclusive_writer_scoped(struct kunit *test) in test_assert_exclusive_writer_scoped()
872 static void test_assert_exclusive_access_scoped(struct kunit *test) in test_assert_exclusive_access_scoped()
908 static void test_jiffies_noreport(struct kunit *test) in test_jiffies_noreport()
921 static void test_seqlock_noreport(struct kunit *test) in test_seqlock_noreport()
939 static void test_atomic_builtins(struct kunit *test) in test_atomic_builtins()
986 static void test_1bit_value_change(struct kunit *test) in test_1bit_value_change()
1133 static int test_init(struct kunit *test) in test_init()
1182 static void test_exit(struct kunit *test) in test_exit()