Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A 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()
H A Dstring-stream.h32 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp);
H A Dstring-stream.c136 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream() function
H A Dtest.c312 stream = alloc_string_stream(test, GFP_KERNEL); in kunit_fail()