Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dxdr.c281 pgto_base &= ~PAGE_MASK; in _shift_data_left_pages()
285 if (pgto_base >= PAGE_SIZE) { in _shift_data_left_pages()
286 pgto_base = 0; in _shift_data_left_pages()
310 pgto_base += copy; in _shift_data_left_pages()
343 pgto_base += len; in _shift_data_right_pages()
349 pgto_base &= ~PAGE_MASK; in _shift_data_right_pages()
354 if (pgto_base == 0) { in _shift_data_right_pages()
355 pgto_base = PAGE_SIZE; in _shift_data_right_pages()
364 if (copy > pgto_base) in _shift_data_right_pages()
365 copy = pgto_base; in _shift_data_right_pages()
[all …]