Lines Matching defs:test
429 static void test_basic(struct kunit *test) in test_basic()
460 static void test_concurrent_races(struct kunit *test) in test_concurrent_races()
489 static void test_novalue_change(struct kunit *test) in test_novalue_change()
514 static void test_novalue_change_exception(struct kunit *test) in test_novalue_change_exception()
533 static void test_unknown_origin(struct kunit *test) in test_unknown_origin()
555 static void test_write_write_assume_atomic(struct kunit *test) in test_write_write_assume_atomic()
581 static void test_write_write_struct(struct kunit *test) in test_write_write_struct()
603 static void test_write_write_struct_part(struct kunit *test) in test_write_write_struct_part()
622 static void test_read_atomic_write_atomic(struct kunit *test) in test_read_atomic_write_atomic()
635 static void test_read_plain_atomic_write(struct kunit *test) in test_read_plain_atomic_write()
657 static void test_read_plain_atomic_rmw(struct kunit *test) in test_read_plain_atomic_rmw()
680 static void test_zero_size_access(struct kunit *test) in test_zero_size_access()
708 static void test_data_race(struct kunit *test) in test_data_race()
720 static void test_assert_exclusive_writer(struct kunit *test) in test_assert_exclusive_writer()
738 static void test_assert_exclusive_access(struct kunit *test) in test_assert_exclusive_access()
756 static void test_assert_exclusive_access_writer(struct kunit *test) in test_assert_exclusive_access_writer()
792 static void test_assert_exclusive_bits_change(struct kunit *test) in test_assert_exclusive_bits_change()
811 static void test_assert_exclusive_bits_nochange(struct kunit *test) in test_assert_exclusive_bits_nochange()
823 static void test_assert_exclusive_writer_scoped(struct kunit *test) in test_assert_exclusive_writer_scoped()
850 static void test_assert_exclusive_access_scoped(struct kunit *test) in test_assert_exclusive_access_scoped()
886 static void test_jiffies_noreport(struct kunit *test) in test_jiffies_noreport()
899 static void test_seqlock_noreport(struct kunit *test) in test_seqlock_noreport()
917 static void test_atomic_builtins(struct kunit *test) in test_atomic_builtins()
964 static void test_1bit_value_change(struct kunit *test) in test_1bit_value_change()
1111 static int test_init(struct kunit *test) in test_init()
1160 static void test_exit(struct kunit *test) in test_exit()