Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 2 files:
Smatch caller information:
lib/kunit/test.c kunit_print_string_stream() -> string_stream_is_empty()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | stream | 4096-ptr_max |
| PARAM_VALUE | 0 | stream->fragments.next | 4096-ptr_max |
| BUF_SIZE | 0 | stream | 104 |
| DATA_SOURCE | 0 | stream | $1 |
lib/kunit/string-stream-test.c string_stream_append_empty_string_test() -> string_stream_is_empty()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | stream | 4096-ptr_max |
| BUF_SIZE | 0 | stream | 104 |
| DATA_SOURCE | 0 | stream | r kunit_alloc_string_stream |
lib/kunit/string-stream-test.c string_stream_managed_init_test() -> string_stream_is_empty()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | stream | 4096-ptr_max |
| BUF_SIZE | 0 | stream | 104 |
| CAPPED_DATA | 0 | &stream->fragments | 1 |
| DATA_SOURCE | 0 | stream | r kunit_alloc_string_stream |
lib/kunit/string-stream-test.c string_stream_unmanaged_init_test() -> string_stream_is_empty()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | stream | 4096-ptr_max |
| PARAM_VALUE | 0 | stream->fragments.next | 4096-ptr_max |
| BUF_SIZE | 0 | stream | 104 |
| CAPPED_DATA | 0 | &stream->fragments | 1 |
| DATA_SOURCE | 0 | stream | r alloc_string_stream |