Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
H A Doom.h38 unsigned long min_wmark,
42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
50 __field( unsigned long, min_wmark)
61 __entry->min_wmark = min_wmark;
66 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d",
69 __entry->reclaimable, __entry->available, __entry->min_wmark,
/kernel/linux/linux-6.6/include/trace/events/
H A Doom.h38 unsigned long min_wmark,
42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
50 __field( unsigned long, min_wmark)
61 __entry->min_wmark = min_wmark;
66 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d",
69 __entry->reclaimable, __entry->available, __entry->min_wmark,
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c4594 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry() local
4604 wmark = __zone_watermark_ok(zone, order, min_wmark, in should_reclaim_retry()
4607 available, min_wmark, *no_progress_loops, wmark); in should_reclaim_retry()
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c3860 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry() local
3870 wmark = __zone_watermark_ok(zone, order, min_wmark, in should_reclaim_retry()
3873 available, min_wmark, *no_progress_loops, wmark); in should_reclaim_retry()

Completed in 19 milliseconds