Symbol: kunit_alloc_string_stream
lib/kunit/assert_test.c
103
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
147
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
168
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
199
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
253
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
277
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
309
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
345
expected_stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
347
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/assert_test.c
60
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/kunit-test.c
598
suite.log = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
110
priv->expected_free_stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
144
priv->expected_free_stream = kunit_alloc_string_stream(fake_test, GFP_KERNEL);
lib/kunit/string-stream-test.c
172
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
228
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
288
stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
291
stream_2 = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
333
stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
346
stream_1 = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
352
stream_2 = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
364
stream_2 = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
385
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
407
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
430
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
465
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream-test.c
47
stream = kunit_alloc_string_stream(test, GFP_KERNEL);
lib/kunit/string-stream.h
32
struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp);
lib/kunit/test.c
289
stream = kunit_alloc_string_stream(test, GFP_KERNEL);