Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c8914 static int sfmmu_cache_reclaim_scan_ratio = SFMMU_CACHE_RECLAIM_SCAN_RATIO; variable
8969 uhmehash_reclaim_hand += UHMEHASH_SZ / sfmmu_cache_reclaim_scan_ratio; in sfmmu_hblkcache_reclaim()
8971 for (i = UHMEHASH_SZ / sfmmu_cache_reclaim_scan_ratio; i; i--) { in sfmmu_hblkcache_reclaim()
8995 khmehash_reclaim_hand += KHMEHASH_SZ / sfmmu_cache_reclaim_scan_ratio; in sfmmu_hblkcache_reclaim()
8997 for (i = KHMEHASH_SZ / sfmmu_cache_reclaim_scan_ratio; i; i--) { in sfmmu_hblkcache_reclaim()