Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dseg_kmem.c1272 ulong_t *lpthrtp = &lpcb->lp_throttle; in segkmem_alloc_lp() local
1273 ulong_t lpthrt = *lpthrtp; in segkmem_alloc_lp()
1282 lpthrt = atomic_inc_ulong_nv(lpthrtp); in segkmem_alloc_lp()
1284 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, in segkmem_alloc_lp()
1361 *lpthrtp = 0; in segkmem_alloc_lp()
1373 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1); in segkmem_alloc_lp()