Searched defs:lpthrtp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c1271 ulong_t *lpthrtp = &lpcb->lp_throttle; local
1272 ulong_t lpthrt = *lpthrtp;
1281 lpthrt = atomic_inc_ulong_nv(lpthrtp);
1283 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt,
1360 *lpthrtp = 0;
1372 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1);

Completed in 48 milliseconds