Searched refs:kunit_test (Results 1 – 7 of 7) sorted by relevance
| /linux/rust/kernel/ |
| H A D | kunit.rs | 73 let kunit_test = unsafe { $crate::bindings::kunit_get_current_test() }; localVariable 74 if kunit_test.is_null() { 121 // - The `kunit_test` pointer is valid because we got it from 139 kunit_test, 152 $crate::bindings::__kunit_abort(kunit_test);
|
| /linux/lib/kunit/ |
| H A D | kunit-test.c | 512 kunit_log(KERN_INFO, current->kunit_test, "action_order_1"); in action_order_1() 519 kunit_log(KERN_INFO, current->kunit_test, "action_order_2"); in action_order_2() 711 KUNIT_EXPECT_PTR_EQ(test, test, current->kunit_test); in kunit_current_test() 723 current->kunit_test = &fake; in kunit_current_fail_test() 730 current->kunit_test = test; in kunit_current_fail_test()
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-usblib-test.c | 124 KUNIT_EXPECT_TRUE(current->kunit_test, in mctp_usblib_test_fini_action()
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 221 As of 5.13, the only difference is that ``current->kunit_test`` will
|
| /linux/include/linux/ |
| H A D | sched.h | 1502 struct kunit *kunit_test; member
|
| /linux/net/mctp/test/ |
| H A D | route-test.c | 1335 struct kunit *test = current->kunit_test; in test_dev_header_create()
|
| /linux/mm/ |
| H A D | slub.c | 969 resource = kunit_find_named_resource(current->kunit_test, "slab_errors"); in slab_add_kunit_errors() 985 resource = kunit_find_named_resource(current->kunit_test, "slab_errors"); in slab_in_kunit_test()
|