Lines Matching refs:timestruc_t
141 timestruc_t pr_tstamp; /* real-time time stamp of stop */
142 timestruc_t pr_utime; /* lwp user cpu time */
143 timestruc_t pr_stime; /* lwp system cpu time */
144 int pr_filler[11 - 2 * sizeof (timestruc_t) / sizeof (int)];
169 timestruc_t pr_utime; /* process user cpu time */
170 timestruc_t pr_stime; /* process system cpu time */
171 timestruc_t pr_cutime; /* sum of children's user times */
172 timestruc_t pr_cstime; /* sum of children's system times */
259 timestruc_t pr_start; /* lwp start time, from the epoch */
260 timestruc_t pr_time; /* usr+sys cpu time for this lwp */
295 timestruc_t pr_start; /* process start time, from the epoch */
296 timestruc_t pr_time; /* usr+sys cpu time for this process */
297 timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
432 timestruc_t pr_tstamp; /* current time stamp */
433 timestruc_t pr_create; /* process/lwp creation time stamp */
434 timestruc_t pr_term; /* process/lwp termination time stamp */
435 timestruc_t pr_rtime; /* total lwp real (elapsed) time */
436 timestruc_t pr_utime; /* user level cpu time */
437 timestruc_t pr_stime; /* system call cpu time */
438 timestruc_t pr_ttime; /* other system trap cpu time */
439 timestruc_t pr_tftime; /* text page fault sleep time */
440 timestruc_t pr_dftime; /* data page fault sleep time */
441 timestruc_t pr_kftime; /* kernel page fault sleep time */
442 timestruc_t pr_ltime; /* user lock wait sleep time */
443 timestruc_t pr_slptime; /* all other sleep time */
444 timestruc_t pr_wtime; /* wait-cpu (latency) time */
445 timestruc_t pr_stoptime; /* stopped time */
446 timestruc_t filltime[6]; /* filler for future expansion */
468 timestruc_t pr_tstamp; /* real time stamp */