Home
last modified time | relevance | path

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

/Linux-v6.6/fs/proc/
Dtask_mmu.c883 unsigned long vma_start = 0, last_vma_end = 0; in show_smaps_rollup() local
911 last_vma_end = vma->vm_end; in show_smaps_rollup()
968 if (vma->vm_start >= last_vma_end) in show_smaps_rollup()
972 if (vma->vm_end > last_vma_end) in show_smaps_rollup()
973 smap_gather_stats(vma, &mss, last_vma_end); in show_smaps_rollup()
978 show_vma_header_prefix(m, vma_start, last_vma_end, 0, 0, 0, 0); in show_smaps_rollup()