Searched refs:pgfrom_base (Results 1 – 1 of 1) sorted by relevance
233 pgfrom_base &= ~PAGE_MASK; in _shift_data_left_pages()240 if (pgfrom_base >= PAGE_SIZE){ in _shift_data_left_pages()241 pgfrom_base = 0; in _shift_data_left_pages()262 pgfrom_base += copy; in _shift_data_left_pages()295 pgfrom_base += len; in _shift_data_right_pages()301 pgfrom_base &= ~PAGE_MASK; in _shift_data_right_pages()309 if (pgfrom_base == 0) { in _shift_data_right_pages()310 pgfrom_base = PAGE_SIZE; in _shift_data_right_pages()317 if (copy > pgfrom_base) in _shift_data_right_pages()318 copy = pgfrom_base; in _shift_data_right_pages()[all …]
Completed in 8 milliseconds