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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c341 static void move_region(struct list_head *tail, struct nine_memfd_file_region *region) function in typeref:typename:void
456 move_region(&best_memfd_file->unmapped_allocated_regions, best_region);
489 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region);
491 move_region(&memfd_file->unlocked_mapped_allocated_regions, region);
518 move_region(&memfd_file->unlocked_mapped_allocated_regions, region);
548 move_region(&memfd_file->unmapped_allocated_regions, region);
881 move_region(&memfd_file->locked_mapped_allocated_regions, region); /* Note: redundant if region->num_locks */
917 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region);
935 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region);
937 move_region(
[all...]

Completed in 3 milliseconds