Searched refs:try_to_compact_pages (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | compaction.h | 19 /* Return values for compact_zone() and try_to_compact_pages() */ 87 extern enum compact_result try_to_compact_pages(gfp_t gfp_mask,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | compaction.h | 19 /* Return values for compact_zone() and try_to_compact_pages() */ 93 extern enum compact_result try_to_compact_pages(gfp_t gfp_mask,
|
/kernel/linux/linux-5.10/mm/ |
H A D | compaction.c | 2455 * try_to_compact_pages - Direct compact to satisfy a high-order allocation 2465 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages() function
|
H A D | page_alloc.c | 4151 *compact_result = try_to_compact_pages(gfp_mask, order, alloc_flags, ac, in __alloc_pages_direct_compact()
|
/kernel/linux/linux-6.6/mm/ |
H A D | compaction.c | 2673 * try_to_compact_pages - Direct compact to satisfy a high-order allocation 2683 enum compact_result try_to_compact_pages(gfp_t gfp_mask, unsigned int order, in try_to_compact_pages() function
|
H A D | page_alloc.c | 3417 *compact_result = try_to_compact_pages(gfp_mask, order, alloc_flags, ac, in __alloc_pages_direct_compact()
|
Completed in 27 milliseconds