Searched refs:MAX_RW_COUNT (Results 1 – 1 of 1) sorted by relevance
213 #define MAX_RW_COUNT (INT_MAX & PAGE_CACHE_MASK) macro239 return count > MAX_RW_COUNT ? MAX_RW_COUNT : count; in rw_verify_area()