Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/kunit/
Dstring-stream.c25 struct string_stream_fragment *frag; in string_stream_fragment_init()
43 struct string_stream_fragment *frag = res->data; in string_stream_fragment_free()
50 static struct string_stream_fragment *alloc_string_stream_fragment( in alloc_string_stream_fragment()
66 static int string_stream_fragment_destroy(struct string_stream_fragment *frag) in string_stream_fragment_destroy()
77 struct string_stream_fragment *frag_container; in string_stream_vadd()
118 struct string_stream_fragment *frag_container, *frag_container_safe; in string_stream_clear()
133 struct string_stream_fragment *frag_container; in string_stream_get_string()
Dstring-stream.h16 struct string_stream_fragment { struct
Dtest.c133 struct string_stream_fragment *fragment; in kunit_print_string_stream()