Searched refs:MPOL_DEFAULT (Results 1 – 6 of 6) sorted by relevance
20 MPOL_DEFAULT, enumerator
35 #define MPOL_DEFAULT 0 macro
266 if (mode == MPOL_DEFAULT) { in mpol_new()388 [MPOL_DEFAULT] = {987 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()1268 if (mode == MPOL_DEFAULT) in do_mbind()2860 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()2869 [MPOL_DEFAULT] = "default",2946 case MPOL_DEFAULT: in mpol_parse_str()3027 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()3036 case MPOL_DEFAULT: in mpol_to_str()
1460 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
177 Default Mode--MPOL_DEFAULT179 MPOL_DEFAULT is converted to the NULL memory policy in all181 removed when MPOL_DEFAULT is specified. As a result,182 MPOL_DEFAULT means "fall back to the next most specific policy
340 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()
Completed in 23 milliseconds