Home
last modified time | relevance | path

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

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