Home
last modified time | relevance | path

Searched defs: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
120 unsigned offset;
121 unsigned size;
122 void *map; /* pointer to the mapped content of the file. Can be NULL */
123 int num_locks; /* Total number of locks blocking the munmap */
124 int num_weak_unlocks; /* Number of users which weakly block the munmap */
125 bool zero_filled;
126 struct list_head list;