Home | History | Annotate | Download | only in unit

Lines Matching refs:THRESHOLD

425 	 * Refill the page.  We now meet the hugification threshold; we should
435 * threshold before dipping below it.
438 /* Wait for the threshold again. */
791 * one meets the threshold, we need to respect the delay, so no purging
1060 const size_t THRESHOLD = 10;
1063 opts.purge_threshold = THRESHOLD * PAGE;
1080 /* Deallocate less then threshold PAGEs. */
1081 for (size_t i = 0; i < THRESHOLD - 1; i++) {
1088 /* Deallocate one more page to meet the threshold */
1090 tsdn, &shard->pai, edatas[THRESHOLD - 1], &deferred_work_generated);
1300 /* Allocate 20% again, so that we are above hugification threshold */
1386 /* Use eager so hugify would normally not be made on threshold */