desc_max          154 drivers/vhost/vringh.c 			    struct vring_desc **descs, int *desc_max)
desc_max          176 drivers/vhost/vringh.c 	*desc_max = len / sizeof(struct vring_desc);
desc_max          210 drivers/vhost/vringh.c 				       struct vring_desc **descs, int *desc_max)
desc_max          216 drivers/vhost/vringh.c 	*desc_max = vrh->vring.num;
desc_max          267 drivers/vhost/vringh.c 	int err, count = 0, up_next, desc_max;
desc_max          274 drivers/vhost/vringh.c 	desc_max = vrh->vring.num;
desc_max          317 drivers/vhost/vringh.c 					       &descs, &desc_max);
desc_max          383 drivers/vhost/vringh.c 							 &descs, &desc_max);
desc_max          389 drivers/vhost/vringh.c 		if (i >= desc_max) {
desc_max          390 drivers/vhost/vringh.c 			vringh_bad("Chained index %u > %u", i, desc_max);