Searched refs:size_remaining (Results 1 – 2 of 2) sorted by relevance
150 long size_remaining = PAGE_ALIGN(size); in ion_system_heap_allocate() local154 while (size_remaining > 0) { in ion_system_heap_allocate()155 info = alloc_largest_available(sys_heap, buffer, size_remaining, max_order); in ion_system_heap_allocate()159 size_remaining -= (1 << info->order) * PAGE_SIZE; in ion_system_heap_allocate()
715 uint32_t size_remaining = *size; in vmw_cmd_check_not_3d() local737 if (*size > size_remaining) { in vmw_cmd_check_not_3d()801 uint32_t size_remaining = *size; in vmw_cmd_check() local815 if (unlikely(*size > size_remaining)) in vmw_cmd_check()