Home
last modified time | relevance | path

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

/linux/lib/kunit/
H A Dstring-stream.c17 static struct string_stream_fragment *alloc_string_stream_fragment(int len, gfp_t gfp) in alloc_string_stream_fragment()
19 struct string_stream_fragment *frag; in alloc_string_stream_fragment()
34 static void string_stream_fragment_destroy(struct string_stream_fragment *frag) in string_stream_fragment_destroy()
45 struct string_stream_fragment *frag_container; in string_stream_vadd()
104 struct string_stream_fragment *frag_container, *frag_container_safe; in string_stream_clear()
119 struct string_stream_fragment *frag_container; in string_stream_get_string()
H A Dstring-stream.h16 struct string_stream_fragment { struct
H A Ddebugfs.c46 struct string_stream_fragment *frag_container; in debugfs_print_result()
H A Dtest.c254 struct string_stream_fragment *fragment; in kunit_print_string_stream()