Home | History | Annotate | Download | only in src

Lines Matching defs:threshold

1408 		size_t threshold = (arena->nactive >> arena->lg_dirty_mult);
1409 if (threshold < chunk_npages)
1410 threshold = chunk_npages;
1413 * threshold.
1415 if (arena->ndirty <= threshold)
1417 arena_purge_to_limit(arena, threshold);
1972 * chances of spuriously crossing the dirty page purging threshold.