Lines Matching refs:start
156 * @start: which segment of the sg_list to start at
167 static int pack_sg_list(struct scatterlist *sg, int start,
171 int index = start;
184 if (index-start)
186 return index-start;
206 * @start: which segment of the sg_list to start at
213 pack_sg_list_p(struct scatterlist *sg, int start, int limit,
218 int index = start;
220 BUG_ON(nr_pages > (limit - start));
222 * if the first page doesn't start at
238 if (index-start)
240 return index - start;