Lines Matching refs:lpthrt
1279 ulong_t lpthrt = *lpthrtp; in segkmem_alloc_lp() local
1286 if (lpthrt != 0) { in segkmem_alloc_lp()
1288 lpthrt = atomic_inc_ulong_nv(lpthrtp); in segkmem_alloc_lp()
1289 if (lpthrt >= segkmem_lpthrottle_max) { in segkmem_alloc_lp()
1290 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, in segkmem_alloc_lp()
1298 if (lpthrt > segkmem_lpthrottle_start && in segkmem_alloc_lp()
1299 !ISP2(lpthrt)) { in segkmem_alloc_lp()
1301 lpthrt--; in segkmem_alloc_lp()
1302 if (ISP2(lpthrt)) in segkmem_alloc_lp()
1378 if (segkmem_use_lpthrottle && lpthrt == 0) { in segkmem_alloc_lp()
1379 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1); in segkmem_alloc_lp()