Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h20 MPOL_DEFAULT, enumerator
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h35 #define MPOL_DEFAULT 0 macro
/openbmc/qemu/backends/
H A Dhostmem.c29 QEMU_BUILD_BUG_ON(HOST_MEM_POLICY_DEFAULT != MPOL_DEFAULT);
380 if (maxnode && backend->policy == MPOL_DEFAULT) { in host_memory_backend_memory_complete()
385 } else if (maxnode == 0 && backend->policy != MPOL_DEFAULT) { in host_memory_backend_memory_complete()
413 if (backend->policy != MPOL_DEFAULT || errno != ENOSYS) { in host_memory_backend_memory_complete()
/openbmc/linux/mm/
H A Dmempolicy.c273 if (mode == MPOL_DEFAULT) { in mpol_new()
399 [MPOL_DEFAULT] = {
1005 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1286 if (mode == MPOL_DEFAULT) in do_mbind()
2966 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
2975 [MPOL_DEFAULT] = "default",
3052 case MPOL_DEFAULT: in mpol_parse_str()
3134 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
3146 case MPOL_DEFAULT: in mpol_to_str()
H A Dshmem.c1562 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/openbmc/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
/openbmc/linux/tools/perf/bench/
H A Dnuma.c387 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()