Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/proc/
A Dtask_mmu.c891 unsigned long vma_start = 0, last_vma_end = 0; in show_smaps_rollup() local
919 last_vma_end = vma->vm_end; in show_smaps_rollup()
976 if (vma->vm_start >= last_vma_end) in show_smaps_rollup()
980 if (vma->vm_end > last_vma_end) in show_smaps_rollup()
981 smap_gather_stats(vma, &mss, last_vma_end); in show_smaps_rollup()
986 show_vma_header_prefix(m, vma_start, last_vma_end, 0, 0, 0, 0); in show_smaps_rollup()

Completed in 6 milliseconds