Searched refs:move_region (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_memory_helper.c | 341 static void move_region(struct list_head *tail, struct nine_memfd_file_region *region) in move_region() function 456 move_region(&best_memfd_file->unmapped_allocated_regions, best_region); in insert_new_allocation() 489 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region); in nine_flush_pending_releases() 491 move_region(&memfd_file->unlocked_mapped_allocated_regions, region); in nine_flush_pending_releases() 518 move_region(&memfd_file->unlocked_mapped_allocated_regions, region); in nine_flush_pending_frees() 548 move_region(&memfd_file->unmapped_allocated_regions, region); in nine_memfd_unmap_region() 881 …move_region(&memfd_file->locked_mapped_allocated_regions, region); /* Note: redundant if region->n… in nine_get_pointer() 917 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region); in nine_pointer_weakrelease() 935 move_region(&memfd_file->weak_unlocked_mapped_allocated_regions, region); in nine_pointer_strongrelease() 937 move_region(&memfd_file->unlocked_mapped_allocated_regions, region); in nine_pointer_strongrelease()
|