Home
last modified time | relevance | path

Searched refs:MPOL_DEFAULT (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmempolicy.h20 MPOL_DEFAULT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmempolicy.h20 MPOL_DEFAULT, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmempolicy.h20 MPOL_DEFAULT, enumerator
/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c276 if (mode == MPOL_DEFAULT) { in mpol_new()
418 [MPOL_DEFAULT] = {
1011 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()
1292 if (mode == MPOL_DEFAULT) in do_mbind()
2854 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()
2866 [MPOL_DEFAULT] = "default",
2943 case MPOL_DEFAULT: in mpol_parse_str()
3021 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()
3030 case MPOL_DEFAULT: in mpol_to_str()
H A Dshmem.c1483 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst177 Default Mode--MPOL_DEFAULT
179 MPOL_DEFAULT is converted to the NULL memory policy in all
181 removed when MPOL_DEFAULT is specified. As a result,
182 MPOL_DEFAULT means "fall back to the next most specific policy
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c340 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()