Lines Matching refs:lpthrt
1273 ulong_t lpthrt = *lpthrtp; in segkmem_alloc_lp() local
1280 if (lpthrt != 0) { in segkmem_alloc_lp()
1282 lpthrt = atomic_inc_ulong_nv(lpthrtp); in segkmem_alloc_lp()
1283 if (lpthrt >= segkmem_lpthrottle_max) { in segkmem_alloc_lp()
1284 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, in segkmem_alloc_lp()
1292 if (lpthrt > segkmem_lpthrottle_start && in segkmem_alloc_lp()
1293 !ISP2(lpthrt)) { in segkmem_alloc_lp()
1295 lpthrt--; in segkmem_alloc_lp()
1296 if (ISP2(lpthrt)) in segkmem_alloc_lp()
1372 if (segkmem_use_lpthrottle && lpthrt == 0) { in segkmem_alloc_lp()
1373 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1); in segkmem_alloc_lp()