Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Dtask_mmu.c2864 unsigned long mapcount_max; member
2902 if (count > md->mapcount_max) in gather_stats()
2903 md->mapcount_max = count; in gather_stats()
3087 if (md->mapcount_max > 1) in show_numa_map()
3088 seq_printf(m, " mapmax=%lu", md->mapcount_max); in show_numa_map()