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/
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()
579 int memfd_index, in nine_memfd_try_unmap_file() argument
582 …struct nine_memfd_file *memfd_file = (void*)allocator->memfd_pool + memfd_index*sizeof(struct nine… in nine_memfd_try_unmap_file()
585 memfd_index, memfd_file->fd, memfd_file->filesize); in nine_memfd_try_unmap_file()