Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.c2730 pgcnt_t nlck_limit = NLCK; in spt_unlockpages() local
2773 if (nlck > 0 && (nlck == nlck_limit || i == npages - 1)) { in spt_unlockpages()
2779 nlck_limit = NLCK + RAND_P2(NLCK); in spt_unlockpages()