Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Diotrace.c12 ulong start, size, needed_size, offset, count; in do_print_stats() local
15 iotrace_get_buffer(&start, &size, &needed_size, &offset, &count); in do_print_stats()
18 printf("Needed Size: %08lx\n", needed_size); in do_print_stats()
30 ulong start, size, needed_size, offset, count; in do_print_trace() local
34 iotrace_get_buffer(&start, &size, &needed_size, &offset, &count); in do_print_trace()
/openbmc/u-boot/common/
H A Diotrace.c29 ulong needed_size; member
62 iotrace.needed_size += sizeof(struct iotrace_record); in add_record()
75 iotrace.needed_size += sizeof(struct iotrace_record); in add_record()
173 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count) in iotrace_get_buffer() argument
177 *needed_size = iotrace.needed_size; in iotrace_get_buffer()
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c395 unsigned long needed_size; in extract_kernel() local
454 needed_size = max_t(unsigned long, output_len, kernel_total_size); in extract_kernel()
456 needed_size = ALIGN(needed_size, MIN_KERNEL_ALIGN); in extract_kernel()
465 debug_putaddr(needed_size); in extract_kernel()
474 needed_size, in extract_kernel()
485 if (virt_addr + needed_size > KERNEL_IMAGE_SIZE) in extract_kernel()
500 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c548 size_t needed_size; in vmw_cotable_create() local
552 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()
553 while (needed_size > new_size) in vmw_cotable_create()
/openbmc/u-boot/include/
H A Diotrace.h155 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count);
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c996 uint64_t needed_size; in dirty_bitmap_load_bits() local
1025 needed_size = bdrv_dirty_bitmap_serialization_size(s->bitmap, in dirty_bitmap_load_bits()
1029 if (needed_size > buf_size || in dirty_bitmap_load_bits()
1030 buf_size > QEMU_ALIGN_UP(needed_size, 4 * sizeof(long)) in dirty_bitmap_load_bits()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c2082 size_t needed_size, in realloc_isp_css_mm_buf() argument
2094 if (!force && *curr_size >= needed_size) { in realloc_isp_css_mm_buf()
2099 if (*curr_size == needed_size && ia_css_refcount_is_single(*curr_buf)) { in realloc_isp_css_mm_buf()
2106 *curr_buf = ia_css_refcount_increment(id, hmm_alloc(needed_size)); in realloc_isp_css_mm_buf()
2111 *curr_size = needed_size; in realloc_isp_css_mm_buf()
2120 size_t needed_size, in reallocate_buffer() argument
2129 curr_size, needed_size, force, err); in reallocate_buffer()