summaryrefslogtreecommitdiff
path: root/include/kunit/resource.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow1-0/+21
2023-06-01kunit: Fix obsolete name in documentation headers (func->action)David Gow1-4/+4
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow1-0/+92
2023-03-17kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd1-1/+1
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov1-16/+0
2022-05-12kunit: Rework kunit_resource allocation policyDavid Gow1-27/+115
2022-04-05kunit: split resource API from test.h into new resource.hDaniel Latypov1-0/+318