Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/include/
Dnumaif.h38 #define MPOL_INTERLEAVE 3 macro
40 #define MPOL_MAX MPOL_INTERLEAVE
/Linux-v5.15/include/uapi/linux/
Dmempolicy.h23 MPOL_INTERLEAVE, enumerator
/Linux-v5.15/mm/
Dmempolicy.c391 [MPOL_INTERLEAVE] = {
867 if (new && new->mode == MPOL_INTERLEAVE) in do_set_mempolicy()
890 case MPOL_INTERLEAVE: in get_policy_nodemask()
980 pol->mode == MPOL_INTERLEAVE) { in do_get_mempolicy()
1839 case MPOL_INTERLEAVE: in mempolicy_slab_node()
1944 if (unlikely(mode == MPOL_INTERLEAVE)) { in huge_node()
1984 case MPOL_INTERLEAVE: in init_nodemask_of_mempolicy()
2095 if (pol->mode == MPOL_INTERLEAVE) { in alloc_pages_vma()
2185 if (pol->mode == MPOL_INTERLEAVE) in alloc_pages()
2259 case MPOL_INTERLEAVE: in __mpol_equal()
[all …]
/Linux-v5.15/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst431 'mode' argument with the flag (for example: MPOL_INTERLEAVE |