Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/proc/
H A Dtask_mmu.c887 unsigned long last_vma_end = 0; in show_smaps_rollup() local
910 last_vma_end = vma->vm_end; in show_smaps_rollup()
937 * last_vma_end = 16k in show_smaps_rollup()
954 * 4) (last_vma_end - 1) is the middle of a vma (VMA'): in show_smaps_rollup()
957 * contains last_vma_end. in show_smaps_rollup()
958 * Iterate VMA' from last_vma_end. in show_smaps_rollup()
960 vma = find_vma(mm, last_vma_end - 1); in show_smaps_rollup()
966 if (vma->vm_start >= last_vma_end) in show_smaps_rollup()
970 if (vma->vm_end > last_vma_end) in show_smaps_rollup()
971 smap_gather_stats(vma, &mss, last_vma_end); in show_smaps_rollup()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dtask_mmu.c897 unsigned long vma_start = 0, last_vma_end = 0; in show_smaps_rollup() local
925 last_vma_end = vma->vm_end; in show_smaps_rollup()
953 * last_vma_end = 16k in show_smaps_rollup()
970 * 4) (last_vma_end - 1) is the middle of a vma (VMA'): in show_smaps_rollup()
973 * contains last_vma_end. in show_smaps_rollup()
974 * Iterate VMA' from last_vma_end. in show_smaps_rollup()
982 if (vma->vm_start >= last_vma_end) in show_smaps_rollup()
986 if (vma->vm_end > last_vma_end) in show_smaps_rollup()
987 smap_gather_stats(vma, &mss, last_vma_end); in show_smaps_rollup()
992 show_vma_header_prefix(m, vma_start, last_vma_end, in show_smaps_rollup()
[all...]

Completed in 8 milliseconds