Home
last modified time | relevance | path

Searched refs:size_remaining (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/ion/
Dion_system_heap.c150 long size_remaining = PAGE_ALIGN(size); in ion_system_heap_allocate() local
154 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()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c715 uint32_t size_remaining = *size; in vmw_cmd_check_not_3d() local
737 if (*size > size_remaining) { in vmw_cmd_check_not_3d()
801 uint32_t size_remaining = *size; in vmw_cmd_check() local
815 if (unlikely(*size > size_remaining)) in vmw_cmd_check()