Lines Matching refs:num_grant
724 int num_sg, max_grefs, num_grant; in blkif_queue_rw_req() local
755 num_grant = 0; in blkif_queue_rw_req()
758 num_grant += gnttab_count_grant(sg->offset, sg->length); in blkif_queue_rw_req()
761 num_grant > BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_queue_rw_req()
765 if (num_grant > BLKIF_MAX_SEGMENTS_PER_REQUEST && in blkif_queue_rw_req()
777 ring_req->u.indirect.nr_segments = num_grant; in blkif_queue_rw_req()
804 ring_req->u.rw.nr_segments = num_grant; in blkif_queue_rw_req()
1390 int num_sg, num_grant; in blkif_completion() local
1397 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1418 num_grant += s2->req.u.rw.nr_segments; in blkif_completion()
1459 for (i = 0; i < num_grant; i++) { in blkif_completion()
1485 for (i = 0; i < INDIRECT_GREFS(num_grant); i++) { in blkif_completion()