Searched refs:pr_vctx (Results 1 – 8 of 8) sorted by relevance
394 ulong_t pr_vctx; /* voluntary context switches */ member603 uint32_t pr_vctx; /* voluntary context switches */ member
393 ulong_t pr_vctx; /* voluntary context switches */ member602 uint32_t pr_vctx; /* voluntary context switches */ member
471 ulong_t pr_vctx; /* voluntary context switches */956 uint32_t pr_vctx; /* voluntary context switches */
261 uint64_t pr_vctx; /* voluntary context switches */ member
1064 pup->pr_vctx = p->p_ru.nvcsw; in prioctl64()1155 pup->pr_vctx = p->p_ru.nvcsw; in prioctl64()2642 pup->pr_vctx = p->p_ru.nvcsw; in prioctl32()2733 pup->pr_vctx = p->p_ru.nvcsw; in prioctl32()
1265 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_usage()1375 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_lusage()2377 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_usage_32()2487 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_lusage_32()
3704 pup->pr_vctx = lwp->lwp_ru.nvcsw; in prgetusage()3866 pup->pr_vctx += lwp->lwp_ru.nvcsw; in praddusage()
800 (opts.o_interval * (usage->pr_vctx/period)); in lwp_update()841 lwp->li_vcx = usage->pr_vctx - lwp->li_usage.pr_vctx; in lwp_update()