Home
last modified time | relevance | path

Searched refs:offsets_size (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/android/
Dbinder_alloc.h51 size_t offsets_size; member
118 size_t offsets_size,
Dbinder_alloc.c343 size_t offsets_size, in binder_alloc_new_buf_locked() argument
364 ALIGN(offsets_size, sizeof(void *)); in binder_alloc_new_buf_locked()
366 if (data_offsets_size < data_size || data_offsets_size < offsets_size) { in binder_alloc_new_buf_locked()
369 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked()
485 buffer->offsets_size = offsets_size; in binder_alloc_new_buf_locked()
520 size_t offsets_size, in binder_alloc_new_buf() argument
527 buffer = binder_alloc_new_buf_locked(alloc, data_size, offsets_size, in binder_alloc_new_buf()
600 ALIGN(buffer->offsets_size, sizeof(void *)) + in binder_free_buf_locked()
804 buffer->data_size, buffer->offsets_size, in print_binder_buffer()
Dbinder_trace.h259 __field(size_t, offsets_size)
265 __entry->offsets_size = buf->offsets_size;
269 __entry->debug_id, __entry->data_size, __entry->offsets_size,
Dbinder_internal.h129 int offsets_size; member
Dbinder.c2273 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
2281 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
2876 e->offsets_size = tr->offsets_size; in binder_transaction()
3087 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3096 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3136 tr->offsets_size, extra_buffers_size, in binder_transaction()
3152 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
3191 tr->offsets_size)) { in binder_transaction()
3199 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
3201 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
[all …]
/Linux-v5.4/include/uapi/linux/android/
Dbinder.h271 binder_size_t offsets_size; /* number of bytes of offsets */ member