Lines Matching defs:young
3954 static bool suitable_to_scan(int total, int young)
3958 /* suitable if the average number of young PTEs per cacheline is >=1 */
3959 return young * n >= total;
3970 int young = 0;
4010 young++;
4029 return suitable_to_scan(total, young);
4604 * rmap. It scans the adjacent PTEs of a young PTE and promotes hot pages. If
4615 int young = 0;
4680 young++;
4706 if (suitable_to_scan(i, young))
5226 unsigned long young = 0;
5251 young += size;
5280 if (young * MIN_NR_GENS > total)