Searched refs:alloc_string_stream (Results 1 – 4 of 4) sorted by relevance
16 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()
33 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp);
197 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream() function
249 stream = alloc_string_stream(test, GFP_KERNEL); in kunit_fail()
Completed in 7 milliseconds