Searched refs:ignore_skip_hint (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | compaction.c | 225 if (cc->ignore_skip_hint) in isolation_suitable() 411 if (cc->ignore_skip_hint) in test_and_set_skip() 891 if (!cc->ignore_skip_hint && get_pageblock_skip(page)) { in isolate_migratepages_block() 1666 if (cc->ignore_skip_hint) in fast_find_migrateblock() 2420 .ignore_skip_hint = (prio == MIN_COMPACT_PRIORITY), in compact_zone_order() 2549 .ignore_skip_hint = true, in proactive_compact_node() 2578 .ignore_skip_hint = true, in compact_node() 2701 .ignore_skip_hint = false, in kcompactd_do_work()
|
H A D | internal.h | 369 bool ignore_skip_hint; /* Scan blocks even if marked skip */ member
|
H A D | page_alloc.c | 8670 .ignore_skip_hint = true, in alloc_contig_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | compaction.c | 218 if (cc->ignore_skip_hint) in isolation_suitable() 452 if (cc->ignore_skip_hint) in test_and_set_skip() 1856 if (cc->ignore_skip_hint) in fast_find_migrateblock() 2545 !cc->ignore_skip_hint && !cc->finish_pageblock && in compact_zone() 2635 .ignore_skip_hint = (prio == MIN_COMPACT_PRIORITY), in compact_zone_order() 2767 .ignore_skip_hint = true, in proactive_compact_node() 2798 .ignore_skip_hint = true, in compact_node() 2950 .ignore_skip_hint = false, in kcompactd_do_work()
|
H A D | page_isolation.c | 414 .ignore_skip_hint = true, in isolate_single_pageblock()
|
H A D | internal.h | 640 bool ignore_skip_hint; /* Scan blocks even if marked skip */ member
|
H A D | page_alloc.c | 6160 .ignore_skip_hint = true, in alloc_contig_range()
|
Completed in 30 milliseconds