Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A Dxdr.c282 pgfrom_base &= ~PAGE_MASK; in _shift_data_left_pages()
289 if (pgfrom_base >= PAGE_SIZE){ in _shift_data_left_pages()
290 pgfrom_base = 0; in _shift_data_left_pages()
311 pgfrom_base += copy; in _shift_data_left_pages()
344 pgfrom_base += len; in _shift_data_right_pages()
350 pgfrom_base &= ~PAGE_MASK; in _shift_data_right_pages()
358 if (pgfrom_base == 0) { in _shift_data_right_pages()
359 pgfrom_base = PAGE_SIZE; in _shift_data_right_pages()
366 if (copy > pgfrom_base) in _shift_data_right_pages()
367 copy = pgfrom_base; in _shift_data_right_pages()
[all …]