Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c127 static uint32_t active_ptables = 0; variable
308 atomic_inc_32(&active_ptables); in ptable_alloc()
327 atomic_dec_32(&active_ptables); in ptable_free()
748 reap_cnt = MAX(MIN(physmem / 20, active_ptables / 20), 10); in htable_reap()