Home
last modified time | relevance | path

Searched refs:cur_page (Results 1 – 1 of 1) sorted by relevance

/lib/
Dscatterlist.c394 unsigned int chunks, cur_page, seg_len, i; in __sg_alloc_table_from_pages() local
418 cur_page = 0; in __sg_alloc_table_from_pages()
424 for (j = cur_page + 1; j < n_pages; j++) { in __sg_alloc_table_from_pages()
432 chunk_size = ((j - cur_page) << PAGE_SHIFT) - offset; in __sg_alloc_table_from_pages()
433 sg_set_page(s, pages[cur_page], in __sg_alloc_table_from_pages()
437 cur_page = j; in __sg_alloc_table_from_pages()