Home
last modified time | relevance | path

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

/Linux-v5.15/fs/proc/
Dinternal.h293 struct vm_area_struct *tail_vma; member
Dtask_mmu.c156 priv->tail_vma = get_gate_vma(mm); in m_start()
162 return priv->tail_vma; in m_start()
170 if (vma == priv->tail_vma) in m_next()
175 next = priv->tail_vma; in m_next()
/Linux-v5.15/mm/
Dmmap.c2665 struct vm_area_struct *tail_vma = NULL; in detach_vmas_to_be_unmapped() local
2672 tail_vma = vma; in detach_vmas_to_be_unmapped()
2681 tail_vma->vm_next = NULL; in detach_vmas_to_be_unmapped()