Searched refs:offsets_size (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/android/ |
| A D | binder_alloc.h | 55 size_t offsets_size; member 124 size_t offsets_size,
|
| A D | binder_alloc.c | 533 size_t offsets_size, in sanitized_size() argument 540 ALIGN(offsets_size, sizeof(void *)); in sanitized_size() 541 if (tmp < data_size || tmp < offsets_size) in sanitized_size() 570 size_t offsets_size, in binder_alloc_new_buf() argument 586 size = sanitized_size(data_size, offsets_size, extra_buffers_size); in binder_alloc_new_buf() 590 alloc->pid, data_size, offsets_size, in binder_alloc_new_buf() 608 buffer->offsets_size = offsets_size; in binder_alloc_new_buf() 667 ALIGN(buffer->offsets_size, sizeof(void *)) + in binder_free_buf_locked() 973 buffer->data_size, buffer->offsets_size, in binder_alloc_print_allocated()
|
| 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 | 212 int offsets_size; member 2038 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release() 2213 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer() 3030 e->offsets_size = tr->offsets_size; in binder_transaction() 3264 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3318 tr->offsets_size, extra_buffers_size, in binder_transaction() 3340 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction() 3367 tr->offsets_size)) { in binder_transaction() 3804 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 5018 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read() [all …]
|
| /linux/include/uapi/linux/android/ |
| A D | binder.h | 319 binder_size_t offsets_size; /* number of bytes of offsets */ member
|
Completed in 24 milliseconds