Lines Matching defs:mark
1491 * Note: the mark is set for activated folios as well
1730 * not to fs). In this case mark the folio for immediate
1993 * and mark the folio clean - it can be freed.
5316 enum zone_watermarks mark;
5329 mark = sysctl_numa_balancing_mode & NUMA_BALANCING_MEMORY_TIERING ?
5334 unsigned long size = wmark_pages(zone, mark) + MIN_LRU_BATCH;
5962 char mark = full && seq < min_seq[type] ? 'x' : ' ';
5967 seq_printf(m, " %10lu%c", size, mark);
7249 unsigned long mark = -1;
7263 mark = wmark_pages(zone, WMARK_PROMO);
7265 mark = high_wmark_pages(zone);
7266 if (zone_watermark_ok_safe(zone, order, mark, highest_zoneidx))
7275 if (mark == -1)