Lines Matching refs:num_grant
712 int num_sg, max_grefs, num_grant; in blkif_queue_rw_req() local
742 num_grant = 0; in blkif_queue_rw_req()
745 num_grant += gnttab_count_grant(sg->offset, sg->length); in blkif_queue_rw_req()
748 num_grant > BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_queue_rw_req()
752 if (num_grant > BLKIF_MAX_SEGMENTS_PER_REQUEST && in blkif_queue_rw_req()
764 ring_req->u.indirect.nr_segments = num_grant; in blkif_queue_rw_req()
787 ring_req->u.rw.nr_segments = num_grant; in blkif_queue_rw_req()
1424 int num_sg, num_grant; in blkif_completion() local
1431 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1452 num_grant += s2->req.u.rw.nr_segments; in blkif_completion()
1493 for (i = 0; i < num_grant; i++) { in blkif_completion()
1519 for (i = 0; i < INDIRECT_GREFS(num_grant); i++) { in blkif_completion()