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

/linux-master/mm/
H A Dmempolicy.c120 #define MPOL_MF_DISCONTIG_OK (MPOL_MF_INTERNAL << 0) /* Skip checks for continuous vmas */ macro
701 if (!(flags & MPOL_MF_DISCONTIG_OK) &&
707 if (!(flags & MPOL_MF_DISCONTIG_OK) &&
756 * -EFAULT - a hole in the memory range, when MPOL_MF_DISCONTIG_OK unspecified.
1086 * space range and MPOL_MF_DISCONTIG_OK, this call cannot fail,
1090 flags | MPOL_MF_DISCONTIG_OK, &pagelist);
1304 flags |= MPOL_MF_DISCONTIG_OK;

Completed in 165 milliseconds