Home
last modified time | relevance | path

Searched refs:min_wmark (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
H A Doom.h40 unsigned long min_wmark,
44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
52 __field( unsigned long, min_wmark)
63 __entry->min_wmark = min_wmark;
71 __entry->reclaimable, __entry->available, __entry->min_wmark,
/linux/mm/
H A Dpage_alloc.c4585 unsigned long min_wmark = min_wmark_pages(zone); in should_reclaim_retry() local
4600 wmark = __zone_watermark_ok(zone, order, min_wmark, in should_reclaim_retry()
4603 available, min_wmark, *no_progress_loops, wmark); in should_reclaim_retry()