Searched refs:pgto_base (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xdr.c | 210 * @pgto_base: page vector address of destination 214 * Note: the addresses pgto_base and pgfrom_base are both calculated in 218 * Alse note: pgto_base must be < pgfrom_base, but the memory areas 222 _shift_data_left_pages(struct page **pages, size_t pgto_base, in _shift_data_left_pages() argument 229 BUG_ON(pgfrom_base <= pgto_base); in _shift_data_left_pages() 231 pgto = pages + (pgto_base >> PAGE_SHIFT); in _shift_data_left_pages() 234 pgto_base &= ~PAGE_MASK; in _shift_data_left_pages() 238 if (pgto_base >= PAGE_SIZE) { in _shift_data_left_pages() 239 pgto_base = 0; in _shift_data_left_pages() 248 if (copy > (PAGE_SIZE - pgto_base)) in _shift_data_left_pages() 304 _shift_data_right_pages(struct page **pages, size_t pgto_base, size_t pgfrom_base, size_t len) _shift_data_right_pages() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xdr.c | 254 * @pgto_base: page vector address of destination 258 * Note: the addresses pgto_base and pgfrom_base are both calculated in 262 * Alse note: pgto_base must be < pgfrom_base, but the memory areas 266 _shift_data_left_pages(struct page **pages, size_t pgto_base, in _shift_data_left_pages() argument 273 BUG_ON(pgfrom_base <= pgto_base); in _shift_data_left_pages() 278 pgto = pages + (pgto_base >> PAGE_SHIFT); in _shift_data_left_pages() 281 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() 295 if (copy > (PAGE_SIZE - pgto_base)) in _shift_data_left_pages() 331 _shift_data_right_pages(struct page **pages, size_t pgto_base, size_t pgfrom_base, size_t len) _shift_data_right_pages() argument [all...] |
Completed in 4 milliseconds