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