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

/linux-4.1.27/mm/
H A Dmempolicy.c105 #define MPOL_MF_DISCONTIG_OK (MPOL_MF_INTERNAL << 0) /* Skip checks for continuous vmas */ macro
602 if (!(flags & MPOL_MF_DISCONTIG_OK)) { queue_pages_test_walk()
969 * space range and MPOL_MF_DISCONTIG_OK, this call can not fail. migrate_to_node()
973 flags | MPOL_MF_DISCONTIG_OK, &pagelist); migrate_to_node()
1179 flags |= MPOL_MF_DISCONTIG_OK; do_mbind()

Completed in 67 milliseconds