Lines Matching defs:second
628 * We are using the second request, setup grant_idx
696 struct blkif_request *second)
701 * The second request is only present when the first request uses
706 second->u.rw.nr_segments = nr_segments - BLKIF_MAX_SEGMENTS_PER_REQUEST;
707 second->u.rw.sector_number = first->u.rw.sector_number +
710 second->u.rw.handle = first->u.rw.handle;
711 second->operation = first->operation;
1479 /* Wait the second response if not yet here. */
1503 * We don't need anymore the second request, so recycling
1507 WARN(1, "%s: can't recycle the second part (id = %ld) of the request\n",