Home
last modified time | relevance | path

Searched refs:offsets_size (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc.h33 * @offsets_size: size of array of offsets
54 size_t offsets_size; member
122 size_t offsets_size,
H A Dbinder_alloc.c380 size_t offsets_size, in binder_alloc_new_buf_locked()
402 ALIGN(offsets_size, sizeof(void *)); in binder_alloc_new_buf_locked()
404 if (data_offsets_size < data_size || data_offsets_size < offsets_size) { in binder_alloc_new_buf_locked()
407 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked()
523 buffer->offsets_size = offsets_size; in binder_alloc_new_buf_locked()
554 * @offsets_size: user specified buffer offset
568 size_t offsets_size, in binder_alloc_new_buf()
576 buffer = binder_alloc_new_buf_locked(alloc, data_size, offsets_size, in binder_alloc_new_buf()
650 ALIGN(buffer->offsets_size, sizeo in binder_free_buf_locked()
377 binder_alloc_new_buf_locked( struct binder_alloc *alloc, size_t data_size, size_t offsets_size, size_t extra_buffers_size, int is_async, int pid) binder_alloc_new_buf_locked() argument
566 binder_alloc_new_buf(struct binder_alloc *alloc, size_t data_size, size_t offsets_size, size_t extra_buffers_size, int is_async, int pid) binder_alloc_new_buf() argument
[all...]
H A Dbinder_trace.h259 __field(size_t, offsets_size)
265 __entry->offsets_size = buf->offsets_size;
268 TP_printk("transaction=%d data_size=%zd offsets_size=%zd extra_buffers_size=%zd",
269 __entry->debug_id, __entry->data_size, __entry->offsets_size,
H A Dbinder_internal.h131 int offsets_size; member
H A Dbinder.c2342 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
2518 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer()
3220 e->offsets_size = tr->offsets_size; in binder_transaction()
3437 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3446 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3499 tr->offsets_size, extra_buffers_size, in binder_transaction()
3515 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
3542 tr->offsets_size)) { in binder_transaction()
3550 if (!IS_ALIGNED(tr->offsets_size, sizeo in binder_transaction()
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc.h35 * @offsets_size: size of array of offsets
57 size_t offsets_size; member
126 size_t offsets_size,
H A Dbinder_alloc.c371 size_t offsets_size, in binder_alloc_new_buf_locked()
394 ALIGN(offsets_size, sizeof(void *)); in binder_alloc_new_buf_locked()
396 if (data_offsets_size < data_size || data_offsets_size < offsets_size) { in binder_alloc_new_buf_locked()
399 alloc->pid, data_size, offsets_size); in binder_alloc_new_buf_locked()
515 buffer->offsets_size = offsets_size; in binder_alloc_new_buf_locked()
549 * @offsets_size: user specified buffer offset
563 size_t offsets_size, in binder_alloc_new_buf()
571 buffer = binder_alloc_new_buf_locked(alloc, data_size, offsets_size, in binder_alloc_new_buf()
645 ALIGN(buffer->offsets_size, sizeo in binder_free_buf_locked()
368 binder_alloc_new_buf_locked( struct binder_alloc *alloc, size_t data_size, size_t offsets_size, size_t extra_buffers_size, int is_async, int pid) binder_alloc_new_buf_locked() argument
561 binder_alloc_new_buf(struct binder_alloc *alloc, size_t data_size, size_t offsets_size, size_t extra_buffers_size, int is_async, int pid) binder_alloc_new_buf() argument
[all...]
H A Dbinder_trace.h288 __field(size_t, offsets_size)
294 __entry->offsets_size = buf->offsets_size;
297 TP_printk("transaction=%d data_size=%zd offsets_size=%zd extra_buffers_size=%zd",
298 __entry->debug_id, __entry->data_size, __entry->offsets_size,
H A Dbinder.c238 int offsets_size; member
1993 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
2169 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer()
2985 e->offsets_size = tr->offsets_size; in binder_transaction()
3219 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3228 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3285 tr->offsets_size, extra_buffers_size, in binder_transaction()
3307 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
3334 tr->offsets_size)) { in binder_transaction()
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/android/
H A Dbinder.h126 binder_size_t offsets_size; member
/kernel/linux/linux-5.10/include/uapi/linux/android/
H A Dbinder.h291 binder_size_t offsets_size; /* number of bytes of offsets */ member
/kernel/linux/linux-6.6/include/uapi/linux/android/
H A Dbinder.h330 binder_size_t offsets_size; /* number of bytes of offsets */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/android/
H A Dbinder.h147 binder_size_t offsets_size; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/android/
H A Dbinder.h147 binder_size_t offsets_size; member

Completed in 20 milliseconds