Searched refs:pgfrom_base (Results 1 – 1 of 1) sorted by relevance
232 pgfrom_base &= ~PAGE_MASK; in _shift_data_left_pages()239 if (pgfrom_base >= PAGE_SIZE){ in _shift_data_left_pages()240 pgfrom_base = 0; in _shift_data_left_pages()261 pgfrom_base += copy; in _shift_data_left_pages()294 pgfrom_base += len; in _shift_data_right_pages()300 pgfrom_base &= ~PAGE_MASK; in _shift_data_right_pages()308 if (pgfrom_base == 0) { in _shift_data_right_pages()309 pgfrom_base = PAGE_SIZE; in _shift_data_right_pages()316 if (copy > pgfrom_base) in _shift_data_right_pages()317 copy = pgfrom_base; in _shift_data_right_pages()[all …]
Completed in 6 milliseconds