Home
last modified time | relevance | path

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

/Linux-v5.10/fs/proc/
Dtask_mmu.c1692 unsigned long mapcount_max; member
1724 if (count > md->mapcount_max) in gather_stats()
1725 md->mapcount_max = count; in gather_stats()
1907 if (md->mapcount_max > 1) in show_numa_map()
1908 seq_printf(m, " mapmax=%lu", md->mapcount_max); in show_numa_map()