Searched refs:MPOL_INTERLEAVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/
H A Dnumaif.h38 #define MPOL_INTERLEAVE 3 macro
40 #define MPOL_MAX MPOL_INTERLEAVE
/linux-master/include/uapi/linux/
H A Dmempolicy.h23 MPOL_INTERLEAVE, enumerator in enum:__anon1299
/linux-master/mm/
H A Dmempolicy.c432 [MPOL_INTERLEAVE] = {
872 if (new && (new->mode == MPOL_INTERLEAVE ||
898 case MPOL_INTERLEAVE:
984 pol->mode == MPOL_INTERLEAVE) {
1357 if (new->mode == MPOL_INTERLEAVE ||
1807 * @ilx: interleave index (output), for use only when MPOL_INTERLEAVE or
1825 if (pol->mode == MPOL_INTERLEAVE ||
1935 case MPOL_INTERLEAVE:
2073 case MPOL_INTERLEAVE:
2143 case MPOL_INTERLEAVE
[all...]

Completed in 106 milliseconds