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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c107 int ptcpthreshold; variable
3140 * If 'ptcpthreshold' is set, the number of free pages needed in the 'szc'
3153 if ((ptcpthreshold == 0) || (flags & PGI_PGCPHIPRI))
3162 if (pgfree < pgcnt/ptcpthreshold) {

Completed in 64 milliseconds