Searched refs:weak_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.c135 struct list_head weak_unlocked_mapped_allocated_regions; member in struct:nine_memfd_file
252 LIST_FOR_EACH_ENTRY(region, &memfd_file->weak_unlocked_mapped_allocated_regions, list) {
489 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region);
589 &memfd_file->weak_unlocked_mapped_allocated_regions :
735 list_inithead(&memfd_file->weak_unlocked_mapped_allocated_regions);
917 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region);
935 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region);
1047 assert(list_is_empty(&allocator->memfd_pool[i].weak_unlocked_mapped_allocated_regions));

Completed in 36 milliseconds