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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c136 struct list_head unlocked_mapped_allocated_regions; member in struct:nine_memfd_file
247 LIST_FOR_EACH_ENTRY(region, &memfd_file->unlocked_mapped_allocated_regions, list) {
491 move_region(&memfd_file->unlocked_mapped_allocated_regions, region);
518 move_region(&memfd_file->unlocked_mapped_allocated_regions, region);
590 &memfd_file->unlocked_mapped_allocated_regions,
734 list_inithead(&memfd_file->unlocked_mapped_allocated_regions);
937 move_region(&memfd_file->unlocked_mapped_allocated_regions, region);
1048 assert(list_is_empty(&allocator->memfd_pool[i].unlocked_mapped_allocated_regions));

Completed in 3 milliseconds