Home
last modified time | relevance | path

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

/linux-6.1.9/lib/kunit/
Dstring-stream-test.c16 struct string_stream *stream = alloc_string_stream(test, GFP_KERNEL); in string_stream_test_empty_on_creation()
23 struct string_stream *stream = alloc_string_stream(test, GFP_KERNEL); in string_stream_test_not_empty_after_add()
32 struct string_stream *stream = alloc_string_stream(test, GFP_KERNEL); in string_stream_test_get_string()
Dstring-stream.h32 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp);
Dstring-stream.c141 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream() function
Dtest.c267 stream = alloc_string_stream(test, GFP_KERNEL); in kunit_fail()