Searched refs:MPOL_LOCAL (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | mempolicy.h | 24 MPOL_LOCAL, enumerator
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | 129 .mode = MPOL_LOCAL, 239 if (!pol || pol->mode == MPOL_LOCAL) in mpol_set_nodemask() 292 mode = MPOL_LOCAL; in mpol_new() 294 } else if (mode == MPOL_LOCAL) { in mpol_new() 359 if (!pol || pol->mode == MPOL_LOCAL) in mpol_rebind_policy() 415 [MPOL_LOCAL] = { 903 case MPOL_LOCAL: in get_policy_nodemask() 1942 case MPOL_LOCAL: in mempolicy_slab_node() 2072 case MPOL_LOCAL: in init_nodemask_of_mempolicy() 2443 case MPOL_LOCAL: in __mpol_equal() [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mkdirty.c | 179 if (syscall(__NR_mbind, mem, pagesize, MPOL_LOCAL, NULL, 0x7fful, in test_page_migration() 218 if (syscall(__NR_mbind, mem, thpsize, MPOL_LOCAL, NULL, 0x7fful, in test_page_migration_thp()
|