Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds