Searched refs:offsets_size (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/block/ |
H A D | cloop.c | 67 uint32_t offsets_size, max_compressed_block_size = 1, i; in cloop_open() local 127 offsets_size = (s->n_blocks + 1) * sizeof(uint64_t); in cloop_open() 128 if (offsets_size > 512 * 1024 * 1024) { in cloop_open() 138 s->offsets = g_try_malloc(offsets_size); in cloop_open() 144 ret = bdrv_pread(bs->file, 128 + 4 + 4, offsets_size, s->offsets, 0); in cloop_open()
|
/openbmc/linux/drivers/android/ |
H A D | binder_alloc.h | 57 size_t offsets_size; member 126 size_t offsets_size,
|
H A D | binder_alloc.c | 371 size_t offsets_size, in binder_alloc_new_buf_locked() argument 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() 563 size_t offsets_size, in binder_alloc_new_buf() argument 571 buffer = binder_alloc_new_buf_locked(alloc, data_size, offsets_size, in binder_alloc_new_buf() 645 ALIGN(buffer->offsets_size, sizeof(void *)) + in binder_free_buf_locked() 875 buffer->data_size, buffer->offsets_size, in print_binder_buffer()
|
H 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,
|
H A D | binder.c | 212 int offsets_size; member 1957 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release() 2133 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer() 2949 e->offsets_size = tr->offsets_size; in binder_transaction() 3183 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3192 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction() 3237 tr->offsets_size, extra_buffers_size, in binder_transaction() 3259 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction() 3286 tr->offsets_size)) { in binder_transaction() 3294 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 075.out | 20 == offsets_size overflow ===
|
/openbmc/linux/include/uapi/linux/android/ |
H A D | binder.h | 311 binder_size_t offsets_size; /* number of bytes of offsets */ member
|