Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dmempolicy.h20 MPOL_DEFAULT, enumerator
/linux-6.3-rc2/tools/testing/selftests/kvm/include/
A Dnumaif.h35 #define MPOL_DEFAULT 0 macro
/linux-6.3-rc2/mm/
A Dmempolicy.c269 if (mode == MPOL_DEFAULT) { in mpol_new()
393 [MPOL_DEFAULT] = {
994 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1276 if (mode == MPOL_DEFAULT) in do_mbind()
2956 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
2965 [MPOL_DEFAULT] = "default",
3042 case MPOL_DEFAULT: in mpol_parse_str()
3123 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
3132 case MPOL_DEFAULT: in mpol_to_str()
A Dshmem.c1456 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/linux-6.3-rc2/Documentation/admin-guide/mm/
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
/linux-6.3-rc2/tools/perf/bench/
A Dnuma.c387 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()

Completed in 23 milliseconds