Lines Matching defs:conv
2961 prhusage_t conv;
2975 conv.pr_utime = ms->ms_acct[LMS_USER];
2976 conv.pr_stime = ms->ms_acct[LMS_SYSTEM];
2977 conv.pr_ttime = ms->ms_acct[LMS_TRAP];
2978 conv.pr_tftime = ms->ms_acct[LMS_TFAULT];
2979 conv.pr_dftime = ms->ms_acct[LMS_DFAULT];
2980 conv.pr_kftime = ms->ms_acct[LMS_KFAULT];
2981 conv.pr_ltime = ms->ms_acct[LMS_USER_LOCK];
2982 conv.pr_slptime = ms->ms_acct[LMS_SLEEP];
2983 conv.pr_wtime = ms->ms_acct[LMS_WAIT_CPU];
2984 conv.pr_stoptime = ms->ms_acct[LMS_STOPPED];
2986 prscaleusage(&conv);
2988 pup->pr_utime += conv.pr_utime;
2989 pup->pr_stime += conv.pr_stime;
2990 pup->pr_ttime += conv.pr_ttime;
2991 pup->pr_tftime += conv.pr_tftime;
2992 pup->pr_dftime += conv.pr_dftime;
2993 pup->pr_kftime += conv.pr_kftime;
2994 pup->pr_ltime += conv.pr_ltime;
2995 pup->pr_slptime += conv.pr_slptime;
2996 pup->pr_wtime += conv.pr_wtime;
2997 pup->pr_stoptime += conv.pr_stoptime;