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

/xsrc/external/mit/MesaLib/dist/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 in struct:nine_memfd_file
237 LIST_FOR_EACH_ENTRY(region, &memfd_file->unmapped_allocated_regions, list) {
456 move_region(&best_memfd_file->unmapped_allocated_regions, best_region);
548 move_region(&memfd_file->unmapped_allocated_regions, region);
732 list_inithead(&memfd_file->unmapped_allocated_regions);
740 list_add(&region->list, &memfd_file->unmapped_allocated_regions);

Completed in 3 milliseconds