Searched refs:map_off (Results 1 – 1 of 1) sorted by relevance
325 rt_size_t map_off = prop->offset; in _contiguous_offset() local326 return n_off < map_off ? in _contiguous_offset()327 n_off + (neighbour->size >> MM_PAGE_SHIFT) == map_off : in _contiguous_offset()328 map_off + (map_size >> MM_PAGE_SHIFT) == n_off; in _contiguous_offset()
Completed in 7 milliseconds