Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dsysctl.h23 #define NUMA_BALANCING_NORMAL 0x1 macro
/linux-6.15/mm/
H A Dmprotect.c161 if (!(sysctl_numa_balancing_mode & NUMA_BALANCING_NORMAL) && in change_pte_range()
H A Dhuge_memory.c2440 if (!(sysctl_numa_balancing_mode & NUMA_BALANCING_NORMAL) && in change_huge_pmd()
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dkernel.rst710 1 NUMA_BALANCING_NORMAL
714 Or NUMA_BALANCING_NORMAL to optimize page placement among different
/linux-6.15/kernel/sched/
H A Dcore.c4546 sysctl_numa_balancing_mode = NUMA_BALANCING_NORMAL; in set_numabalancing_state()