Home | History | Annotate | Download | only in src

Lines Matching defs:threshold

872 	size_t npurgeable, threshold;
883 threshold = (arena->nactive >> opt_lg_dirty_mult);
886 * threshold.
888 if (npurgeable <= threshold)
917 size_t threshold = (arena->nactive >> opt_lg_dirty_mult);
919 npurgatory = npurgeable - threshold;
1120 * reduce ndirty below the threshold.
1152 threshold.
1326 * chances of spuriously crossing the dirty page purging threshold.