Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c425 int memfd_index; in insert_new_allocation() local
434 for (memfd_index = 0; memfd_index < allocator->num_fd; memfd_index++) { in insert_new_allocation()
435 memfd_file = (void*)allocator->memfd_pool + memfd_index*sizeof(struct nine_memfd_file); in insert_new_allocation()
531 /* Try to unmap the memfd_index-th file if not already unmapped.
575 /* Try to unmap the regions of the memfd_index-th file if not already unmapped.
579 int memfd_index, in nine_memfd_try_unmap_file()
582 struct nine_memfd_file *memfd_file = (void*)allocator->memfd_pool + memfd_index*sizeof(struct nine_memfd_file); in nine_memfd_try_unmap_file()
585 memfd_index, memfd_fil in nine_memfd_try_unmap_file()
578 nine_memfd_try_unmap_file(struct nine_allocator *allocator, int memfd_index, bool weak) nine_memfd_try_unmap_file() argument
[all...]

Completed in 2 milliseconds