Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c426 struct nine_memfd_file *memfd_file, *best_memfd_file; in insert_new_allocation() local
441 best_memfd_file = memfd_file; in insert_new_allocation()
456 move_region(&best_memfd_file->unmapped_allocated_regions, best_region); in insert_new_allocation()
458 new_allocation->memory.memfd.file = best_memfd_file; in insert_new_allocation()
465 move_region_ordered_merge(allocator, &best_memfd_file->free_regions, new_region); in insert_new_allocation()