Searched refs:compaction_defer_reset (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | compaction.h | 100 extern void compaction_defer_reset(struct zone *zone, int order,
|
| /linux-6.15/Documentation/mm/ |
| H A D | physical_memory.rst | 569 ``compact_zone()`` is called, ``compaction_defer_reset()`` is called when 577 It is reset in ``compaction_defer_reset()`` when a direct compaction results 581 The minimum compaction failed order. It is set in ``compaction_defer_reset()``
|
| /linux-6.15/mm/ |
| H A D | compaction.c | 197 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset() function 2897 compaction_defer_reset(zone, order, false); in try_to_compact_pages() 3143 compaction_defer_reset(zone, cc.order, false); in kcompactd_do_work()
|
| H A D | page_alloc.c | 3919 compaction_defer_reset(zone, order, true); in __alloc_pages_direct_compact()
|