Searched refs:segpcache_pcp_maxage_ticks (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c135 clock_t segpcache_pcp_maxage_ticks = 0; /* pcp max age in ticks */ variable
1389 if (segpcache_pcp_maxage_ticks <= 0) {
1390 segpcache_pcp_maxage_ticks = segpcache_pcp_maxage_sec * hz;
1392 seg_pmax_pcpage = segpcache_pcp_maxage_ticks;

Completed in 113 milliseconds