Searched refs:offsets_size (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/android/ |
| D | binder_alloc.h | 52 size_t offsets_size; member 120 size_t offsets_size,
|
| D | binder_alloc.c | 381 size_t offsets_size, in binder_alloc_new_buf_locked() argument 403 ALIGN(offsets_size, sizeof(void *)); in binder_alloc_new_buf_locked() 405 if (data_offsets_size < data_size || data_offsets_size < offsets_size) { in binder_alloc_new_buf_locked() 408 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked() 524 buffer->offsets_size = offsets_size; in binder_alloc_new_buf_locked() 569 size_t offsets_size, in binder_alloc_new_buf() argument 577 buffer = binder_alloc_new_buf_locked(alloc, data_size, offsets_size, in binder_alloc_new_buf() 651 ALIGN(buffer->offsets_size, sizeof(void *)) + in binder_free_buf_locked() 856 buffer->data_size, buffer->offsets_size, in print_binder_buffer()
|
| D | binder_trace.h | 259 __field(size_t, offsets_size) 265 __entry->offsets_size = buf->offsets_size; 269 __entry->debug_id, __entry->data_size, __entry->offsets_size,
|
| D | binder_internal.h | 131 int offsets_size; member
|
| D | binder.c | 2249 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release() 2257 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release() 2849 e->offsets_size = tr->offsets_size; in binder_transaction() 3066 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3075 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3115 tr->offsets_size, extra_buffers_size, in binder_transaction() 3131 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction() 3170 tr->offsets_size)) { in binder_transaction() 3178 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction() 3180 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction() [all …]
|
| /Linux-v5.10/include/uapi/linux/android/ |
| D | binder.h | 271 binder_size_t offsets_size; /* number of bytes of offsets */ member
|