Searched refs:VFIO_MAX_USER_MEM_MAPS (Results 1 – 1 of 1) sorted by relevance
30 #define VFIO_MAX_USER_MEM_MAPS 256 macro41 struct user_mem_map maps[VFIO_MAX_USER_MEM_MAPS];187 for (i = 0, j = 0; i < VFIO_MAX_USER_MEM_MAPS && j < n_del; i++) { in delete_maps()206 for (i = 0, j = 0; i < VFIO_MAX_USER_MEM_MAPS && j < n_add; i++) { in copy_maps()324 qsort(user_mem_maps->maps, VFIO_MAX_USER_MEM_MAPS, in compact_user_maps()328 for (i = VFIO_MAX_USER_MEM_MAPS - 2; i >= 0; i--) { in compact_user_maps()345 qsort(user_mem_maps->maps, VFIO_MAX_USER_MEM_MAPS, in compact_user_maps()1882 if (user_mem_maps->n_maps == VFIO_MAX_USER_MEM_MAPS) { in container_dma_map()1922 struct user_mem_map orig_maps[VFIO_MAX_USER_MEM_MAPS]; in container_dma_unmap()1992 if (newlen >= VFIO_MAX_USER_MEM_MAPS) { in container_dma_unmap()