Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h38 #define MPOL_INTERLEAVE 3 macro
40 #define MPOL_MAX MPOL_INTERLEAVE
/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h23 MPOL_INTERLEAVE, enumerator
/openbmc/linux/mm/
H A Dmempolicy.c402 [MPOL_INTERLEAVE] = {
911 case MPOL_INTERLEAVE: in get_policy_nodemask()
998 pol->mode == MPOL_INTERLEAVE) { in do_get_mempolicy()
1939 case MPOL_INTERLEAVE: in mempolicy_slab_node()
2084 case MPOL_INTERLEAVE: in init_nodemask_of_mempolicy()
2297 if (pol->mode == MPOL_INTERLEAVE) in alloc_pages()
2391 if (pol->mode == MPOL_INTERLEAVE) in alloc_pages_bulk_array_mempolicy()
2466 case MPOL_INTERLEAVE: in __mpol_equal()
2602 case MPOL_INTERLEAVE: in mpol_misplaced()
3049 case MPOL_INTERLEAVE: in mpol_parse_str()
[all …]
/openbmc/qemu/backends/
H A Dhostmem.c34 QEMU_BUILD_BUG_ON(HOST_MEM_POLICY_INTERLEAVE != MPOL_INTERLEAVE);
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst429 'mode' argument with the flag (for example: MPOL_INTERLEAVE |