Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 3 files:
- drivers/android/binder.c, line 3392
- drivers/android/binder_alloc.c, line 700
- drivers/android/tests/binder_alloc_kunit.c, line 173
Smatch caller information:
drivers/android/tests/binder_alloc_kunit.c binder_alloc_test_alloc_buf() -> binder_alloc_new_buf()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | alloc->mm->mmap_lock.first_waiter->handoff_set | 0-1 |
| PARAM_VALUE | 0 | alloc->mm->mmap_lock.first_waiter->type | 0-1 |
| PARAM_VALUE | 2 | offsets_size | 0 |
| PARAM_VALUE | 3 | extra_buffers_size | 0 |
| PARAM_VALUE | 4 | is_async | 0 |
| DATA_SOURCE | 0 | alloc | $1 |
drivers/android/binder.c binder_transaction() -> binder_alloc_new_buf()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | alloc | 4096-ptr_max |
| PARAM_VALUE | 4 | is_async | 0-1 |
| DATA_SOURCE | 3 | extra_buffers_size | $4 |
| FUZZY_MAX | 4 | is_async | 1 |
| HARD_MAX | 4 | is_async | 1 |
| USER_DATA | 1 | data_size | 0-u64max |
| USER_DATA | 2 | offsets_size | 0-u64max |
| USER_DATA | 3 | extra_buffers_size | 0-u64max |
| USER_DATA | 4 | is_async | 0-1 |
| UNITS | 1 | data_size | unit_byte |
| UNITS | 2 | offsets_size | unit_byte |