Home | History | Annotate | Download | only in src

Lines Matching defs:threshold

871 	size_t npurgeable, threshold;
880 threshold = (arena->nactive >> opt_lg_dirty_mult);
883 * threshold.
885 if (npurgeable <= threshold)
913 size_t threshold = (arena->nactive >> opt_lg_dirty_mult);
915 npurgatory = npurgeable - threshold;
1116 * reduce ndirty below the threshold.
1148 * threshold.
1322 * chances of spuriously crossing the dirty page purging threshold.