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] = {891 *policy = pol == &default_policy ? MPOL_DEFAULT : in do_get_mempolicy()1156 if (mode == MPOL_DEFAULT) in do_mbind()2619 do_set_mempolicy(MPOL_DEFAULT, 0, NULL); in numa_default_policy()2631 [MPOL_DEFAULT] = "default",2709 case MPOL_DEFAULT: in mpol_parse_str()2787 unsigned short mode = MPOL_DEFAULT; in mpol_to_str()2796 case MPOL_DEFAULT: in mpol_to_str()
853 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."
278 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()