Searched refs:off (Results 1 – 1 of 1) sorted by relevance
406 size_t off; in af_alg_make_sg() local410 n = iov_iter_get_pages(iter, sgl->pages, len, ALG_MAX_PAGES, &off); in af_alg_make_sg()414 npages = (off + n + PAGE_SIZE - 1) >> PAGE_SHIFT; in af_alg_make_sg()421 int plen = min_t(int, len, PAGE_SIZE - off); in af_alg_make_sg()423 sg_set_page(sgl->sg + i, sgl->pages[i], plen, off); in af_alg_make_sg()425 off = 0; in af_alg_make_sg()