Home
last modified time | relevance | path

Searched refs:unmapped_allocated_regions (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c133 struct list_head unmapped_allocated_regions; /* This list and the following ones are not sorted */ member
237 LIST_FOR_EACH_ENTRY(region, &memfd_file->unmapped_allocated_regions, list) { in debug_dump_memfd_state()
456 move_region(&best_memfd_file->unmapped_allocated_regions, best_region); in insert_new_allocation()
548 move_region(&memfd_file->unmapped_allocated_regions, region); in nine_memfd_unmap_region()
732 list_inithead(&memfd_file->unmapped_allocated_regions); in nine_memfd_allocator()
740 list_add(&region->list, &memfd_file->unmapped_allocated_regions); in nine_memfd_allocator()

Completed in 2 milliseconds