Searched refs:kunit_remove_action (Results 1 – 5 of 5) sorted by relevance
/linux/lib/kunit/ |
H A D | resource.c | 141 void kunit_remove_action(struct kunit *test, in kunit_remove_action() function 159 EXPORT_SYMBOL_GPL(kunit_remove_action);
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_gem_shmem_test.c | 114 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/drivers/firmware/cirrus/test/ |
H A D | cs_dsp_test_callbacks.c | 250 kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp); in cs_dsp_test_ctl_v1_callbacks() 305 kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp); in cs_dsp_test_ctl_v2_callbacks() 341 kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp); in cs_dsp_test_no_callbacks()
|
/linux/include/kunit/ |
H A D | resource.h | 463 * kunit_remove_action() - Cancel a matching deferred action. 476 void kunit_remove_action(struct kunit *test, 496 * kunit_remove_action(test, func, ctx);
|
/linux/Documentation/dev-tools/kunit/ |
H A D | usage.rst | 667 with ``kunit_remove_action``.
|