Searched refs:kunit_action_t (Results 1 – 3 of 3) sorted by relevance
/linux/include/kunit/ |
H A D | resource.h | 391 typedef void (kunit_action_t)(void *); typedef 403 * directly to kunit_action_t, as casting function pointers will break 434 int kunit_add_action(struct kunit *test, kunit_action_t *action, void *ctx); 459 int kunit_add_action_or_reset(struct kunit *test, kunit_action_t *action, 477 kunit_action_t *action, 501 kunit_action_t *action,
|
/linux/lib/kunit/ |
H A D | resource.c | 83 kunit_action_t *func; 142 kunit_action_t *action, in kunit_remove_action() 162 kunit_action_t *action, in kunit_release_action()
|
/linux/Documentation/dev-tools/kunit/ |
H A D | usage.rst | 658 You should do this in preference to manually casting to the ``kunit_action_t`` type,
|