Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dklwp.h128 uint32_t lwp_oweupc; /* profil(2) ticks owed to this lwp */ member
/titanic_41/usr/src/uts/common/os/
H A Dclock.c1560 atomic_add_32(&lwp->lwp_oweupc, (int32_t)pending); in clock_tick()
1652 ticks = lwp->lwp_oweupc; in profil_tick()
1653 } while (atomic_cas_32(&lwp->lwp_oweupc, ticks, 0) != ticks); in profil_tick()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsyscall.c582 if (lwp->lwp_oweupc) in post_syscall()
/titanic_41/usr/src/uts/sparc/os/
H A Dsyscall.c681 if (lwp->lwp_oweupc) in post_syscall()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c1276 if (lwp->lwp_oweupc) in trap_cleanup()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1434 if (lwp->lwp_oweupc) in trap()