Searched refs:alloc_largest_available (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/ |
| H A D | ion_system_heap.c | 75 static struct page *alloc_largest_available(struct ion_system_heap *heap, in alloc_largest_available() function 130 page = alloc_largest_available(sys_heap, buffer, size_remaining, in ion_system_heap_allocate()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_protected_heap.c | 221 static struct page_info *alloc_largest_available(struct ion_heap *heap, in alloc_largest_available() function 278 info = alloc_largest_available(heap, buffer, size_remaining, in ion_protected_heap_allocate()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 378 static struct page *alloc_largest_available(unsigned long size, in alloc_largest_available() function 434 page = alloc_largest_available(size_remaining, max_order); in system_heap_do_allocate()
|