Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c1278 ulong_t *lpthrtp = &lpcb->lp_throttle; in segkmem_alloc_lp() local
1279 ulong_t lpthrt = *lpthrtp; in segkmem_alloc_lp()
1288 lpthrt = atomic_inc_ulong_nv(lpthrtp); in segkmem_alloc_lp()
1290 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, in segkmem_alloc_lp()
1367 *lpthrtp = 0; in segkmem_alloc_lp()
1379 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1); in segkmem_alloc_lp()