Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dseg_kmem.c1273 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()
[all …]