Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dgup.c1708 struct vm_area_struct **vmas_tmp = vmas; in __gup_longterm_locked() local
1716 if (!vmas_tmp) { in __gup_longterm_locked()
1717 vmas_tmp = kcalloc(nr_pages, in __gup_longterm_locked()
1720 if (!vmas_tmp) in __gup_longterm_locked()
1727 vmas_tmp, NULL, gup_flags); in __gup_longterm_locked()
1733 if (check_dax_vmas(vmas_tmp, rc)) { in __gup_longterm_locked()
1744 vmas_tmp, gup_flags); in __gup_longterm_locked()
1749 if (vmas_tmp != vmas) in __gup_longterm_locked()
1750 kfree(vmas_tmp); in __gup_longterm_locked()