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

/linux-master/lib/kunit/
H A Dstring-stream-test.c54 stream = kunit_alloc_string_stream(test, GFP_KERNEL);
117 priv->expected_free_stream = kunit_alloc_string_stream(test, GFP_KERNEL);
151 priv->expected_free_stream = kunit_alloc_string_stream(fake_test, GFP_KERNEL);
179 stream = kunit_alloc_string_stream(test, GFP_KERNEL);
235 stream = kunit_alloc_string_stream(test, GFP_KERNEL);
295 stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
298 stream_2 = kunit_alloc_string_stream(test, GFP_KERNEL);
340 stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
353 stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
359 stream_2 = kunit_alloc_string_stream(tes
[all...]
H A Dstring-stream.h32 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp);
H A Dstring-stream.c190 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp) function
H A Dkunit-test.c553 suite.log = kunit_alloc_string_stream(test, GFP_KERNEL);
H A Dtest.c282 stream = kunit_alloc_string_stream(test, GFP_KERNEL);

Completed in 145 milliseconds