Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmempolicy.h19 MPOL_DEFAULT, enumerator
/linux-4.4.14/mm/
Dmempolicy.c261 if (mode == MPOL_DEFAULT) { in mpol_new()
454 [MPOL_DEFAULT] = {
888 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1153 if (mode == MPOL_DEFAULT) in do_mbind()
2616 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
2628 [MPOL_DEFAULT] = "default",
2706 case MPOL_DEFAULT: in mpol_parse_str()
2784 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
2793 case MPOL_DEFAULT: in mpol_to_str()
Dshmem.c875 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt151 Default Mode--MPOL_DEFAULT: This mode is only used in the memory
152 policy APIs. Internally, MPOL_DEFAULT is converted to the NULL
154 will simply be removed when MPOL_DEFAULT is specified. As a result,
155 MPOL_DEFAULT means "fall back to the next most specific policy scope."
/linux-4.4.14/tools/perf/bench/
Dnuma.c283 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()