Searched refs:MPOL_DEFAULT (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/
H A Dnumaif.h35 #define MPOL_DEFAULT 0 macro
/linux-master/include/uapi/linux/
H A Dmempolicy.h20 MPOL_DEFAULT, enumerator in enum:__anon1299
/linux-master/mm/
H A Dmempolicy.c304 if (mode == MPOL_DEFAULT) {
429 [MPOL_DEFAULT] = {
953 * want to return MPOL_DEFAULT in this case.
998 *policy = pol == &default_policy ? MPOL_DEFAULT :
1284 if (mode == MPOL_DEFAULT)
1343 /* Convert MPOL_DEFAULT's NULL to task or default policy */
3118 do_set_mempolicy(MPOL_DEFAULT, 0, NULL);
3126 [MPOL_DEFAULT] = "default",
3204 case MPOL_DEFAULT:
3285 unsigned short mode = MPOL_DEFAULT;
[all...]
H A Dshmem.c1536 if (!mpol || mpol->mode == MPOL_DEFAULT)
/linux-master/tools/perf/bench/
H A Dnuma.c387 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1);

Completed in 130 milliseconds