Searched refs:MPOL_DEFAULT (Results 1 – 5 of 5) sorted by relevance
19 MPOL_DEFAULT, enumerator
261 if (mode == MPOL_DEFAULT) { in mpol_new()454 [MPOL_DEFAULT] = {888 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()1153 if (mode == MPOL_DEFAULT) in do_mbind()2616 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()2628 [MPOL_DEFAULT] = "default",2706 case MPOL_DEFAULT: in mpol_parse_str()2784 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()2793 case MPOL_DEFAULT: in mpol_to_str()
875 if (!mpol || mpol->mode == MPOL_DEFAULT) in shmem_show_mpol()
151 Default Mode--MPOL_DEFAULT: This mode is only used in the memory152 policy APIs. Internally, MPOL_DEFAULT is converted to the NULL154 will simply be removed when MPOL_DEFAULT is specified. As a result,155 MPOL_DEFAULT means "fall back to the next most specific policy scope."
283 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()