Searched refs:alloc_string_stream (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/lib/kunit/ |
| D | string-stream-test.c | 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()
|
| D | string-stream.h | 32 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp);
|
| D | string-stream.c | 136 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream() function
|
| D | test.c | 312 stream = alloc_string_stream(test, GFP_KERNEL); in kunit_fail()
|
| /kernel/linux/linux-5.10/lib/kunit/ |
| D | string-stream-test.c | 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()
|
| D | string-stream.h | 33 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp);
|
| D | string-stream.c | 197 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream() function
|
| D | test.c | 159 stream = alloc_string_stream(test, GFP_KERNEL); in kunit_fail()
|