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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c732 uint_t reap_cnt; local
744 reap_cnt = MAX(MIN(physmem / 20, active_ptables / 20), 10);
755 list = htable_steal(reap_cnt, B_TRUE);

Completed in 70 milliseconds