Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/vm/
Dremap_file_pages.rst33 DEFAULT_MAX_MAP_COUNT for more details on the limit.
/kernel/linux/linux-5.10/mm/
Dutil.c788 int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT;
/kernel/linux/linux-5.10/include/linux/
Dmm.h211 #define DEFAULT_MAX_MAP_COUNT (USHRT_MAX - MAPCOUNT_ELF_CORE_MARGIN) macro