Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c212 int num_fd; /* Number of memfd files */ /* TODO release unused memfd files */ member
215 struct nine_memfd_file *memfd_pool; /* Table (of size num_fd) of memfd files */
313 DBG("Num memfd files: %d / %d\n", allocator->num_fd, allocator->num_fd_max); in debug_dump_allocator_state()
434 for (memfd_index = 0; memfd_index < allocator->num_fd; memfd_index++) { in insert_new_allocation()
620 for (i = 0; i < allocator->num_fd; i++) { in nine_memfd_files_unmap()
630 for (i = 0; i < allocator->num_fd; i++) { in nine_memfd_files_unmap()
650 for (i = 0; i < allocator->num_fd; i++) { in nine_memfd_files_unmap()
709 if (allocator->num_fd == allocator->num_fd_max) in nine_memfd_allocator()
712 allocator->num_fd++; in nine_memfd_allocator()
713 memfd_file = (void*)allocator->memfd_pool + (allocator->num_fd in nine_memfd_allocator()
[all...]

Completed in 3 milliseconds