Searched refs:lpthrt (Results 1 – 1 of 1) sorted by relevance
1273 ulong_t lpthrt = *lpthrtp; in segkmem_alloc_lp() local1280 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()[all …]