Searched refs:cur_page (Results 1 – 1 of 1) sorted by relevance
399 unsigned int cur_page; in sg_alloc_table_from_pages() local414 cur_page = 0; in sg_alloc_table_from_pages()420 for (j = cur_page + 1; j < n_pages; ++j) in sg_alloc_table_from_pages()425 chunk_size = ((j - cur_page) << PAGE_SHIFT) - offset; in sg_alloc_table_from_pages()426 sg_set_page(s, pages[cur_page], min(size, chunk_size), offset); in sg_alloc_table_from_pages()429 cur_page = j; in sg_alloc_table_from_pages()