Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c1193 unsigned long len_pad, ret, off_sub; in __thp_get_unmapped_area() local
1222 off_sub = (off - ret) & (size - 1); in __thp_get_unmapped_area()
1224 if (mm_flags_test(MMF_TOPDOWN, current->mm) && !off_sub) in __thp_get_unmapped_area()
1227 ret += off_sub; in __thp_get_unmapped_area()