Searched refs:MPOL_DEFAULT (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | mempolicy.h | 20 MPOL_DEFAULT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | mempolicy.h | 20 MPOL_DEFAULT, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | numaif.h | 35 #define MPOL_DEFAULT 0 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | mempolicy.h | 23 MPOL_DEFAULT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | mempolicy.h | 23 MPOL_DEFAULT, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | mempolicy.h | 10 MPOL_DEFAULT, enumerator
|
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 234 /* if mode is MPOL_DEFAULT, pol is NULL. This is right. */ in mpol_set_nodemask() 276 if (mode == MPOL_DEFAULT) { in mpol_new() 415 [MPOL_DEFAULT] = { 961 * want to return MPOL_DEFAULT in this case. in do_get_mempolicy() 1002 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy() 1283 if (mode == MPOL_DEFAULT) in do_mbind() 2840 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy() 2852 [MPOL_DEFAULT] = "default", 2929 case MPOL_DEFAULT: in mpol_parse_str() 3007 unsigned short mode = MPOL_DEFAULT; in mpol_to_str() [all...] |
H A D | shmem.c | 1475 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 273 if (mode == MPOL_DEFAULT) { in mpol_new() 399 [MPOL_DEFAULT] = { 964 * want to return MPOL_DEFAULT in this case. in do_get_mempolicy() 1005 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy() 1286 if (mode == MPOL_DEFAULT) in do_mbind() 2977 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy() 2986 [MPOL_DEFAULT] = "default", 3063 case MPOL_DEFAULT: in mpol_parse_str() 3144 unsigned short mode = MPOL_DEFAULT; in mpol_to_str() 3153 case MPOL_DEFAULT in mpol_to_str() [all...] |
H A D | shmem.c | 1557 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 340 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 387 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()
|
Completed in 24 milliseconds