Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h38 #define MPOL_INTERLEAVE 3 macro
40 #define MPOL_MAX MPOL_INTERLEAVE
/linux/mm/
H A Dmempolicy.c432 [MPOL_INTERLEAVE] = {
873 if (new && (new->mode == MPOL_INTERLEAVE || in do_set_mempolicy()
899 case MPOL_INTERLEAVE: in get_policy_nodemask()
985 pol->mode == MPOL_INTERLEAVE) { in do_get_mempolicy()
1361 if (new->mode == MPOL_INTERLEAVE || in do_mbind()
1830 if (pol->mode == MPOL_INTERLEAVE || in get_vma_policy()
1940 case MPOL_INTERLEAVE: in mempolicy_slab_node()
2078 case MPOL_INTERLEAVE: in policy_nodemask()
2148 case MPOL_INTERLEAVE: in init_nodemask_of_mempolicy()
2249 if (pol->mode != MPOL_INTERLEAVE && in alloc_pages_mpol()
[all …]
/linux/include/uapi/linux/
H A Dmempolicy.h23 MPOL_INTERLEAVE, enumerator
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst254 This mode operates the same as MPOL_INTERLEAVE, except that
438 'mode' argument with the flag (for example: MPOL_INTERLEAVE |