Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder_alloc.h57 size_t offsets_size; member
128 size_t offsets_size,
Dbinder_alloc.c387 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()
Dbinder_trace.h288 __field(size_t, offsets_size)
294 __entry->offsets_size = buf->offsets_size;
298 __entry->debug_id, __entry->data_size, __entry->offsets_size,
Dbinder.c1866 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
1874 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
2481 e->offsets_size = tr->offsets_size; in binder_transaction()
2698 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
2707 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
2756 tr->offsets_size, extra_buffers_size, in binder_transaction()
2772 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
2812 tr->offsets_size)) { in binder_transaction()
2820 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
2822 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
[all …]
Dbinder_internal.h133 int offsets_size; member
/Linux-v5.15/include/uapi/linux/android/
Dbinder.h294 binder_size_t offsets_size; /* number of bytes of offsets */ member