Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 1 of 1) sorted by relevance

/mm/
Dmmap.c1408 static inline unsigned long round_hint_to_min(unsigned long hint) in round_hint_to_min() argument
1410 hint &= PAGE_MASK; in round_hint_to_min()
1411 if (((void *)hint != NULL) && in round_hint_to_min()
1412 (hint < mmap_min_addr)) in round_hint_to_min()
1414 return hint; in round_hint_to_min()