Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dresource.c141 void kunit_remove_action(struct kunit *test, in kunit_remove_action() function
159 EXPORT_SYMBOL_GPL(kunit_remove_action);
H A Dkunit-test.c438 kunit_remove_action(test, increment_int, &num_actions); in kunit_resource_test_remove_action()
478 kunit_remove_action(test, action_order_1, ctx); in kunit_resource_test_action_ordering()
/openbmc/linux/include/kunit/
H A Dresource.h455 void kunit_remove_action(struct kunit *test,
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst667 with ``kunit_remove_action``.