Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsysctl.h23 #define NUMA_BALANCING_NORMAL 0x1 macro
/linux/mm/
H A Dmprotect.c166 if (!(sysctl_numa_balancing_mode & NUMA_BALANCING_NORMAL) && toptier) in prot_numa_skip()
H A Dhuge_memory.c2418 if (!(sysctl_numa_balancing_mode & NUMA_BALANCING_NORMAL) && in change_huge_pmd()
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst711 1 NUMA_BALANCING_NORMAL
715 Or NUMA_BALANCING_NORMAL to optimize page placement among different
/linux/kernel/sched/
H A Dcore.c4510 sysctl_numa_balancing_mode = NUMA_BALANCING_NORMAL; in set_numabalancing_state()