Searched refs:no_progress_loops (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | oom.h | 39 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; 66 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d", 70 __entry->no_progress_loops,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | oom.h | 39 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; 66 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d", 70 __entry->no_progress_loops,
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 4559 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() 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() 4557 should_reclaim_retry(gfp_t gfp_mask, unsigned order, struct alloc_context *ac, int alloc_flags, bool did_some_progress, int *no_progress_loops) should_reclaim_retry() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_alloc.c | 3830 bool did_some_progress, int *no_progress_loops) in should_reclaim_retry() 3842 *no_progress_loops = 0; in should_reclaim_retry() 3844 (*no_progress_loops)++; in should_reclaim_retry() 3846 if (*no_progress_loops > MAX_RECLAIM_RETRIES) in should_reclaim_retry() 3873 available, min_wmark, *no_progress_loops, wmark); in should_reclaim_retry() 3944 int no_progress_loops; in __alloc_pages_slowpath() local 3951 no_progress_loops = 0; in __alloc_pages_slowpath() 4111 did_some_progress > 0, &no_progress_loops)) in __alloc_pages_slowpath() 4148 no_progress_loops = 0; in __alloc_pages_slowpath() 3828 should_reclaim_retry(gfp_t gfp_mask, unsigned order, struct alloc_context *ac, int alloc_flags, bool did_some_progress, int *no_progress_loops) should_reclaim_retry() argument
|
Completed in 20 milliseconds