Searched defs:threshold (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dvmstat.c88 int threshold; local
95 * value looks fine. The pressure threshold is a reduced value such
100 threshold = max(1, (int)(watermark_distance / num_online_cpus()));
103 * Maximum threshold is 125
105 threshold = min(125, threshold);
107 return threshold;
112 int threshold; local
116 * The threshold scales with the number of processors and the amount
147 threshold
164 int threshold; local
193 int threshold; local
[all...]
H A Dmemcontrol.c183 u64 threshold; member in struct:mem_cgroup_threshold
186 /* For threshold */
188 /* An array index points to threshold just below usage. */
200 * Spare threshold array.
617 * Both of vmstat[] and percpu_counter has threshold and do periodic
776 /* threshold event is triggered in finer grain than soft limit */
4242 * current_threshold points to threshold just below usage.
4243 * If it's not true, a threshold was crossed after last
4250 * current_threshold and check if a threshold is crossed.
4254 for (; i >= 0 && unlikely(t->entries[i].threshold > usag
4318 u64 threshold, usage; local
[all...]

Completed in 23 milliseconds