Searched refs:no_progress_loops (Results 1 – 2 of 2) sorted by relevance
/linux/include/trace/events/ |
H A D | oom.h | 41 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; 72 __entry->no_progress_loops,
|
/linux/mm/ |
H A D | page_alloc.c | 4098 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument 4110 *no_progress_loops = 0; in should_reclaim_retry() 4112 (*no_progress_loops)++; in should_reclaim_retry() 4114 if (*no_progress_loops > MAX_RECLAIM_RETRIES) in should_reclaim_retry() 4146 available, min_wmark, *no_progress_loops, wmark); in should_reclaim_retry() 4219 int no_progress_loops; in __alloc_pages_slowpath() local 4245 no_progress_loops = 0; in __alloc_pages_slowpath() 4407 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath() 4444 no_progress_loops = 0; in __alloc_pages_slowpath()
|