Searched refs:kunit_alloc_string_stream (Results 1 - 5 of 5) sorted by path

/linux-master/lib/kunit/
H A Dkunit-test.c595 suite.log = kunit_alloc_string_stream(test, GFP_KERNEL);
H A Dstring-stream-test.c46 stream = kunit_alloc_string_stream(test, GFP_KERNEL);
109 priv->expected_free_stream = kunit_alloc_string_stream(test, GFP_KERNEL);
143 priv->expected_free_stream = kunit_alloc_string_stream(fake_test, GFP_KERNEL);
171 stream = kunit_alloc_string_stream(test, GFP_KERNEL);
227 stream = kunit_alloc_string_stream(test, GFP_KERNEL);
287 stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
290 stream_2 = kunit_alloc_string_stream(test, GFP_KERNEL);
332 stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
345 stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
351 stream_2 = kunit_alloc_string_stream(tes
[all...]
H A Dstring-stream.c190 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp) function
H A Dstring-stream.h32 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp);
H A Dtest.c282 stream = kunit_alloc_string_stream(test, GFP_KERNEL);

Completed in 191 milliseconds