Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dmempolicy.h20 MPOL_DEFAULT, enumerator
/linux-5.19.10/tools/testing/selftests/kvm/include/
Dnumaif.h35 #define MPOL_DEFAULT 0 macro
/linux-5.19.10/mm/
Dmempolicy.c269 if (mode == MPOL_DEFAULT) { in mpol_new()
392 [MPOL_DEFAULT] = {
983 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1261 if (mode == MPOL_DEFAULT) in do_mbind()
2945 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
2954 [MPOL_DEFAULT] = "default",
3031 case MPOL_DEFAULT: in mpol_parse_str()
3112 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
3121 case MPOL_DEFAULT: in mpol_to_str()
Dshmem.c1432 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/linux-5.19.10/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst177 Default Mode--MPOL_DEFAULT
179 MPOL_DEFAULT is converted to the NULL memory policy in all
181 removed when MPOL_DEFAULT is specified. As a result,
182 MPOL_DEFAULT means "fall back to the next most specific policy
/linux-5.19.10/tools/perf/bench/
Dnuma.c387 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()