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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c119 struct nine_memfd_file_region { struct
150 struct nine_memfd_file_region *region; /* Corresponding file memory region. Max 1 allocation per region */
227 struct nine_memfd_file_region *region;
331 static struct nine_memfd_file_region *
341 static void move_region(struct list_head *tail, struct nine_memfd_file_region *region)
350 static void move_region_ordered(struct list_head *tail, struct nine_memfd_file_region *region)
352 struct nine_memfd_file_region *cur_region;
368 static void move_region_ordered_merge(struct nine_allocator *allocator, struct list_head *tail, struct nine_memfd_file_region *region)
370 struct nine_memfd_file_region *p, *cur_region = NULL, *prev_region = NULL;
406 static struct nine_memfd_file_region *allocate_regio
[all...]

Completed in 3 milliseconds