Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dscatterwalk.c51 unsigned int rest_of_page; in scatterwalk_start() local
58 rest_of_page = PAGE_CACHE_SIZE - (sg->offset & (PAGE_CACHE_SIZE - 1)); in scatterwalk_start()
59 walk->len_this_page = min(sg->length, rest_of_page); in scatterwalk_start()