Searched refs:hint (Results 1 – 1 of 1) sorted by relevance
1338 static inline unsigned long round_hint_to_min(unsigned long hint) in round_hint_to_min() argument1340 hint &= PAGE_MASK; in round_hint_to_min()1341 if (((void *)hint != NULL) && in round_hint_to_min()1342 (hint < mmap_min_addr)) in round_hint_to_min()1344 return hint; in round_hint_to_min()