Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmempolicy.h20 MPOL_DEFAULT, enumerator
/Linux-v4.19/mm/
Dmempolicy.c250 if (mode == MPOL_DEFAULT) { in mpol_new()
389 [MPOL_DEFAULT] = {
872 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1155 if (mode == MPOL_DEFAULT) in do_mbind()
2666 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
2678 [MPOL_DEFAULT] = "default",
2756 case MPOL_DEFAULT: in mpol_parse_str()
2834 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
2843 case MPOL_DEFAULT: in mpol_to_str()
Dshmem.c1388 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/Linux-v4.19/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-v4.19/tools/perf/bench/
Dnuma.c332 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()