Home
last modified time | relevance | path

Searched refs:kunit_kfree (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/lib/kunit/
Dstring-stream.c46 kunit_kfree(frag->test, frag->fragment); in string_stream_fragment_free()
47 kunit_kfree(frag->test, frag); in string_stream_fragment_free()
Dtest.c149 kunit_kfree(test, buf); in kunit_print_string_stream()
546 void kunit_kfree(struct kunit *test, const void *ptr) in kunit_kfree() function
562 EXPORT_SYMBOL_GPL(kunit_kfree);
/Linux-v5.10/include/kunit/
Dtest.h566 void kunit_kfree(struct kunit *test, const void *ptr);