Searched refs:MPOL_LOCAL (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | mempolicy.h | 24 MPOL_LOCAL, enumerator
|
| /linux-6.15/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()
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 136 .mode = MPOL_LOCAL, 353 mode = MPOL_LOCAL; in mpol_new() 475 [MPOL_LOCAL] = { 936 case MPOL_LOCAL: in get_policy_nodemask() 1993 case MPOL_LOCAL: in mempolicy_slab_node() 2184 case MPOL_LOCAL: in init_nodemask_of_mempolicy() 2677 case MPOL_LOCAL: in __mpol_equal() 2828 case MPOL_LOCAL: in mpol_misplaced() 3274 case MPOL_LOCAL: in mpol_parse_str() 3325 new->mode = MPOL_LOCAL; in mpol_parse_str() [all …]
|