Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Doom.h39 int no_progress_loops,
42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
51 __field( int, no_progress_loops)
62 __entry->no_progress_loops = no_progress_loops;
70 __entry->no_progress_loops,
/kernel/linux/linux-5.10/mm/
Dpage_alloc.c4559 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() argument
4571 *no_progress_loops = 0; in should_reclaim_retry()
4573 (*no_progress_loops)++; in should_reclaim_retry()
4579 if (*no_progress_loops > MAX_RECLAIM_RETRIES) { in should_reclaim_retry()
4607 available, min_wmark, *no_progress_loops, wmark); in should_reclaim_retry()
4692 int no_progress_loops; in __alloc_pages_slowpath() local
4710 no_progress_loops = 0; in __alloc_pages_slowpath()
4862 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath()
4899 no_progress_loops = 0; in __alloc_pages_slowpath()