Searched refs:offsets_size (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/android/ |
A D | binder_alloc.c | 387 size_t offsets_size, in binder_alloc_new_buf_locked() argument 409 ALIGN(offsets_size, sizeof(void *)); in binder_alloc_new_buf_locked() 411 if (data_offsets_size < data_size || data_offsets_size < offsets_size) { in binder_alloc_new_buf_locked() 414 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked() 530 buffer->offsets_size = offsets_size; in binder_alloc_new_buf_locked() 578 size_t offsets_size, in binder_alloc_new_buf() argument 586 buffer = binder_alloc_new_buf_locked(alloc, data_size, offsets_size, in binder_alloc_new_buf() 660 ALIGN(buffer->offsets_size, sizeof(void *)) + in binder_free_buf_locked() 883 buffer->data_size, buffer->offsets_size, in print_binder_buffer()
|
A D | binder_alloc.h | 57 size_t offsets_size; member 128 size_t offsets_size,
|
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,
|
A D | binder.c | 1866 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release() 1874 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release() 2480 e->offsets_size = tr->offsets_size; in binder_transaction() 2697 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 2706 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 2746 tr->offsets_size, extra_buffers_size, in binder_transaction() 2762 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction() 2802 tr->offsets_size)) { in binder_transaction() 3143 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 4129 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read() [all …]
|
A D | binder_internal.h | 133 int offsets_size; member
|
/linux/include/uapi/linux/android/ |
A D | binder.h | 294 binder_size_t offsets_size; /* number of bytes of offsets */ member
|
Completed in 22 milliseconds