Home
last modified time | relevance | path

Searched refs:MPOL_LOCAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h24 MPOL_LOCAL, enumerator
/openbmc/linux/mm/
H A Dmempolicy.c128 .mode = MPOL_LOCAL,
291 mode = MPOL_LOCAL; in mpol_new()
414 [MPOL_LOCAL] = {
916 case MPOL_LOCAL: in get_policy_nodemask()
1958 case MPOL_LOCAL: in mempolicy_slab_node()
2088 case MPOL_LOCAL: in init_nodemask_of_mempolicy()
2459 case MPOL_LOCAL: in __mpol_equal()
2603 case MPOL_LOCAL: in mpol_misplaced()
3045 case MPOL_LOCAL: in mpol_parse_str()
3096 new->mode = MPOL_LOCAL; in mpol_parse_str()
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dmkdirty.c179 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()