Lines Matching refs:num_grant
723 int num_sg, max_grefs, num_grant; in blkif_queue_rw_req() local
753 num_grant = 0; in blkif_queue_rw_req()
756 num_grant += gnttab_count_grant(sg->offset, sg->length); in blkif_queue_rw_req()
759 num_grant > BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_queue_rw_req()
763 if (num_grant > BLKIF_MAX_SEGMENTS_PER_REQUEST && in blkif_queue_rw_req()
775 ring_req->u.indirect.nr_segments = num_grant; in blkif_queue_rw_req()
798 ring_req->u.rw.nr_segments = num_grant; in blkif_queue_rw_req()
1433 int num_sg, num_grant; in blkif_completion() local
1440 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1461 num_grant += s2->req.u.rw.nr_segments; in blkif_completion()
1502 for (i = 0; i < num_grant; i++) { in blkif_completion()
1528 for (i = 0; i < INDIRECT_GREFS(num_grant); i++) { in blkif_completion()