Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcloop.c67 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 Dbinder_alloc.h57 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() 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 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,
H A Dbinder.c212 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 D075.out20 == offsets_size overflow ===
/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h311 binder_size_t offsets_size; /* number of bytes of offsets */ member