Home
last modified time | relevance | path

Searched refs:kunit_remove_action (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/lib/kunit/
Dresource.c141 void kunit_remove_action(struct kunit *test, in kunit_remove_action() function
159 EXPORT_SYMBOL_GPL(kunit_remove_action);
Dkunit-test.c485 kunit_remove_action(test, increment_int, &num_actions); in kunit_resource_test_remove_action()
525 kunit_remove_action(test, action_order_1, ctx); in kunit_resource_test_action_ordering()
/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_gem_shmem_test.c114 kunit_remove_action(test, sg_free_table_wrapper, sgt); in drm_gem_shmem_test_obj_create_private()
115 kunit_remove_action(test, kfree_wrapper, sgt); in drm_gem_shmem_test_obj_create_private()
/linux-6.12.1/include/kunit/
Dresource.h476 void kunit_remove_action(struct kunit *test,
/linux-6.12.1/Documentation/dev-tools/kunit/
Dusage.rst667 with ``kunit_remove_action``.