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
1564 atomic_add_32(&lwp->lwp_oweupc, (int32_t)pending); in clock_tick()1656 ticks = lwp->lwp_oweupc; in profil_tick()1657 } while (atomic_cas_32(&lwp->lwp_oweupc, ticks, 0) != ticks); in profil_tick()
676 if (lwp->lwp_oweupc) in post_syscall()
572 if (lwp->lwp_oweupc) in post_syscall()
1347 if (lwp->lwp_oweupc) in trap()
1266 if (lwp->lwp_oweupc) in trap_cleanup()