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

/linux-master/fs/proc/
H A Dtask_mmu.c2536 unsigned long mapcount_max; member in struct:numa_maps
2568 if (count > md->mapcount_max)
2569 md->mapcount_max = count;
2753 if (md->mapcount_max > 1)
2754 seq_printf(m, " mapmax=%lu", md->mapcount_max);

Completed in 115 milliseconds