Home
last modified time | relevance | path

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

/linux/fs/proc/
A Dinternal.h293 struct vm_area_struct *tail_vma; member
A 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/mm/
A Dmmap.c2664 struct vm_area_struct *tail_vma = NULL; in detach_vmas_to_be_unmapped() local
2671 tail_vma = vma; in detach_vmas_to_be_unmapped()
2680 tail_vma->vm_next = NULL; in detach_vmas_to_be_unmapped()

Completed in 14 milliseconds