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

/linux-master/include/trace/events/
H A Doom.h41 int no_progress_loops,
44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
53 __field( int, no_progress_loops)
64 __entry->no_progress_loops = no_progress_loops;
68 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d",
72 __entry->no_progress_loops,
/linux-master/mm/
H A Dpage_alloc.c3943 bool did_some_progress, int *no_progress_loops)
3955 *no_progress_loops = 0;
3957 (*no_progress_loops)++;
3959 if (*no_progress_loops > MAX_RECLAIM_RETRIES)
3986 available, min_wmark, *no_progress_loops, wmark);
4058 int no_progress_loops; local
4065 no_progress_loops = 0;
4226 did_some_progress > 0, &no_progress_loops))
4263 no_progress_loops = 0;
3941 should_reclaim_retry(gfp_t gfp_mask, unsigned order, struct alloc_context *ac, int alloc_flags, bool did_some_progress, int *no_progress_loops) argument

Completed in 119 milliseconds