Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
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 r…
227 struct nine_memfd_file_region *region; in debug_dump_memfd_state()
331 static struct nine_memfd_file_region *
341 static void move_region(struct list_head *tail, struct nine_memfd_file_region *region) in move_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 …ge(struct nine_allocator *allocator, struct list_head *tail, struct nine_memfd_file_region *region) in move_region_ordered_merge()
370 struct nine_memfd_file_region *p, *cur_region = NULL, *prev_region = NULL; in move_region_ordered_merge()
406 static struct nine_memfd_file_region *allocate_region(struct nine_allocator *allocator, unsigned of… in allocate_region()
[all …]