Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dhuge_memory.c1080 unsigned long len_pad, ret, off_sub; in __thp_get_unmapped_area() local
1109 off_sub = (off - ret) & (size - 1); in __thp_get_unmapped_area()
1111 if (test_bit(MMF_TOPDOWN, &current->mm->flags) && !off_sub) in __thp_get_unmapped_area()
1114 ret += off_sub; in __thp_get_unmapped_area()