Searched refs:lwp_oweupc (Results 1 – 6 of 6) sorted by relevance
128 uint32_t lwp_oweupc; /* profil(2) ticks owed to this lwp */ member
1560 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()
582 if (lwp->lwp_oweupc) in post_syscall()
681 if (lwp->lwp_oweupc) in post_syscall()
1276 if (lwp->lwp_oweupc) in trap_cleanup()
1434 if (lwp->lwp_oweupc) in trap()