Searched refs:off_sub (Results 1 – 1 of 1) sorted by relevance
1080 unsigned long len_pad, ret, off_sub; in __thp_get_unmapped_area() local1109 off_sub = (off - ret) & (size - 1); in __thp_get_unmapped_area()1111 if (test_bit(MMF_TOPDOWN, ¤t->mm->flags) && !off_sub) in __thp_get_unmapped_area()1114 ret += off_sub; in __thp_get_unmapped_area()