Searched refs:off_sub (Results 1 – 1 of 1) sorted by relevance
1193 unsigned long len_pad, ret, off_sub; in __thp_get_unmapped_area() local1222 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()