Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmempolicy.h20 MPOL_DEFAULT, enumerator
/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h35 #define MPOL_DEFAULT 0 macro
/linux/mm/
H A Dmempolicy.c304 if (mode == MPOL_DEFAULT) { in mpol_new()
429 [MPOL_DEFAULT] = {
999 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1288 if (mode == MPOL_DEFAULT) in do_mbind()
3164 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
3172 [MPOL_DEFAULT] = "default",
3250 case MPOL_DEFAULT: in mpol_parse_str()
3332 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
3344 case MPOL_DEFAULT: in mpol_to_str()
H A Dshmem.c1665 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst175 Default Mode--MPOL_DEFAULT
177 MPOL_DEFAULT is converted to the NULL memory policy in all
179 removed when MPOL_DEFAULT is specified. As a result,
180 MPOL_DEFAULT means "fall back to the next most specific policy