Searched refs:safe_bytes (Results 1 – 1 of 1) sorted by relevance
219 size_t safe_bytes; in adjust_range_hwpoison() local224 safe_bytes = PAGE_SIZE - (offset % PAGE_SIZE); in adjust_range_hwpoison()228 for (; safe_bytes < bytes; safe_bytes += PAGE_SIZE, page++) in adjust_range_hwpoison()232 return min(safe_bytes, bytes); in adjust_range_hwpoison()