Searched refs:safe_bytes (Results 1 – 1 of 1) sorted by relevance
199 size_t safe_bytes; in adjust_range_hwpoison() local204 safe_bytes = PAGE_SIZE - (offset % PAGE_SIZE); in adjust_range_hwpoison()208 for (; safe_bytes < bytes; safe_bytes += PAGE_SIZE, page++) in adjust_range_hwpoison()212 return min(safe_bytes, bytes); in adjust_range_hwpoison()