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

/linux-master/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;
68 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d",
71 __entry->reclaimable, __entry->available, __entry->min_wmark,
/linux-master/mm/
H A Dpage_alloc.c3973 unsigned long min_wmark = min_wmark_pages(zone); local
3983 wmark = __zone_watermark_ok(zone, order, min_wmark,
3986 available, min_wmark, *no_progress_loops, wmark);

Completed in 146 milliseconds