Searched refs:pr_vctx (Results 1 – 8 of 8) sorted by relevance
393 ulong_t pr_vctx; /* voluntary context switches */ member602 uint32_t pr_vctx; /* voluntary context switches */ member
394 ulong_t pr_vctx; /* voluntary context switches */ member603 uint32_t pr_vctx; /* voluntary context switches */ member
455 ulong_t pr_vctx; /* voluntary context switches */815 uint32_t pr_vctx; /* voluntary context switches */
255 uint64_t pr_vctx; /* voluntary context switches */ member
1106 pup->pr_vctx = p->p_ru.nvcsw; in prioctl64()1197 pup->pr_vctx = p->p_ru.nvcsw; in prioctl64()2736 pup->pr_vctx = p->p_ru.nvcsw; in prioctl32()2827 pup->pr_vctx = p->p_ru.nvcsw; in prioctl32()
1170 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_usage()1280 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_lusage()2195 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_usage_32()2305 pup->pr_vctx = p->p_ru.nvcsw; in pr_read_lusage_32()
2920 pup->pr_vctx = lwp->lwp_ru.nvcsw; in prgetusage()3082 pup->pr_vctx += lwp->lwp_ru.nvcsw; in praddusage()
799 (opts.o_interval * (usage->pr_vctx/period)); in lwp_update()840 lwp->li_vcx = usage->pr_vctx - lwp->li_usage.pr_vctx; in lwp_update()