Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dhuge_memory.c611 unsigned long len_pad, ret; in __thp_get_unmapped_area() local
616 len_pad = len + size; in __thp_get_unmapped_area()
617 if (len_pad < len || (off + len_pad) < off) in __thp_get_unmapped_area()
620 ret = current->mm->get_unmapped_area(filp, addr, len_pad, in __thp_get_unmapped_area()

Completed in 8 milliseconds