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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c1272 ulong_t lpthrt = *lpthrtp; local
1279 if (lpthrt != 0) {
1281 lpthrt = atomic_inc_ulong_nv(lpthrtp);
1282 if (lpthrt >= segkmem_lpthrottle_max) {
1283 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt,
1291 if (lpthrt > segkmem_lpthrottle_start &&
1292 !ISP2(lpthrt)) {
1294 lpthrt--;
1295 if (ISP2(lpthrt))
[all...]

Completed in 46 milliseconds