Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dtask_mmu.c136 m_next_vma(struct proc_maps_private *priv, struct vm_area_struct *vma) in m_next_vma() function
146 m->version = m_next_vma(m->private, vma) ? vma->vm_end : -1UL; in m_cache_vma()
176 vma = m_next_vma(priv, vma); in m_start()
204 next = m_next_vma(priv, v); in m_next()