Searched refs:MPOL_INTERLEAVE (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | mempolicy.c | 581 [MPOL_INTERLEAVE] = { 1093 if (new && (new->mode == MPOL_INTERLEAVE || in do_set_mempolicy() 1119 case MPOL_INTERLEAVE: in get_policy_nodemask() 1205 pol->mode == MPOL_INTERLEAVE) { in do_get_mempolicy() 1581 if (new->mode == MPOL_INTERLEAVE || in do_mbind() 2049 if (pol->mode == MPOL_INTERLEAVE || in get_vma_policy() 2159 case MPOL_INTERLEAVE: in mempolicy_slab_node() 2298 case MPOL_INTERLEAVE: in policy_nodemask() 2368 case MPOL_INTERLEAVE: in init_nodemask_of_mempolicy() 2469 if (pol->mode != MPOL_INTERLEAVE && in alloc_pages_mpol() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | mempolicy.h | 23 MPOL_INTERLEAVE, enumerator
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | guest_memfd_test.c | 94 kvm_mbind(mem, page_size * 2, MPOL_INTERLEAVE, &nodemask_0, maxnode, 0); in test_mbind() 96 TEST_ASSERT(policy == MPOL_INTERLEAVE && nodemask == nodemask_0, in test_mbind() 98 MPOL_INTERLEAVE, nodemask_0, policy, nodemask); in test_mbind()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numa_memory_policy.rst | 254 This mode operates the same as MPOL_INTERLEAVE, except that 438 'mode' argument with the flag (for example: MPOL_INTERLEAVE |
|