Searched refs:offsets_size (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/android/ |
| H A D | binder_alloc.h | 55 size_t offsets_size; member 133 size_t offsets_size,
|
| H A D | binder_alloc.c | 614 size_t offsets_size, in sanitized_size() argument 621 ALIGN(offsets_size, sizeof(void *)); in sanitized_size() 622 if (tmp < data_size || tmp < offsets_size) in sanitized_size() 651 size_t offsets_size, in binder_alloc_new_buf() argument 667 size = sanitized_size(data_size, offsets_size, extra_buffers_size); in binder_alloc_new_buf() 671 alloc->pid, data_size, offsets_size, in binder_alloc_new_buf() 689 buffer->offsets_size = offsets_size; in binder_alloc_new_buf() 748 ALIGN(buffer->offsets_size, sizeof(void *)) + in binder_free_buf_locked() 1052 buffer->data_size, buffer->offsets_size, in binder_alloc_print_allocated()
|
| H A D | binder_trace.h | 288 __field(size_t, offsets_size) 294 __entry->offsets_size = buf->offsets_size; 298 __entry->debug_id, __entry->data_size, __entry->offsets_size,
|
| H A D | binder.c | 212 int offsets_size; member 2044 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release() 2219 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer() 3035 e->offsets_size = tr->offsets_size; in binder_transaction() 3269 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3278 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3323 tr->offsets_size, extra_buffers_size, in binder_transaction() 3345 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction() 3372 tr->offsets_size)) { in binder_transaction() 5021 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read() [all …]
|
| /linux-6.15/include/uapi/linux/android/ |
| H A D | binder.h | 319 binder_size_t offsets_size; /* number of bytes of offsets */ member
|