Home
last modified time | relevance | path

Searched refs:reap_cnt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c736 uint_t reap_cnt; in htable_reap() local
748 reap_cnt = MAX(MIN(physmem / 20, active_ptables / 20), 10); in htable_reap()
759 list = htable_steal(reap_cnt, B_TRUE); in htable_reap()