Searched defs:pup (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c79 proc_usage(pid_t pid, prusage_t *pup, int *perr) argument
86 if (read(fd, pup, sizeof (prusage_t)) == sizeof (prusage_t)) {
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c199 prusage_t *pup = &prusage; local
217 real = pup->pr_term;
219 tssub(&real, &real, &pup->pr_create);
220 user = pup->pr_utime;
221 sys = pup->pr_stime;
223 tsadd(&sys, &sys, &pup->pr_ttime);
235 prtime("trap", &pup->pr_ttime);
236 prtime("tflt", &pup->pr_tftime);
237 prtime("dflt", &pup->pr_dftime);
238 prtime("kflt", &pup
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1069 prhusage_t *pup = &un.prhusage; local
1072 bzero(pup, sizeof (*pup));
1073 pup->pr_tstamp = gethrtime();
1078 prgetusage(t, pup);
1082 pup->pr_count = p->p_defunct;
1083 pup->pr_create = p->p_mstart;
1084 pup->pr_term = p->p_mterm;
1086 pup->pr_rtime = p->p_mlreal;
1087 pup
1141 prhusage_t *pup; local
2699 prhusage_t *pup = &un32.prhusage; local
2771 prhusage_t *pup; local
[all...]
H A Dprsubr.c2796 prgetusage(kthread_t *t, prhusage_t *pup) argument
2809 pup->pr_lwpid = t->t_tid;
2810 pup->pr_count = 1;
2811 pup->pr_create = ms->ms_start;
2812 pup->pr_term = ms->ms_term;
2813 scalehrtime(&pup->pr_create);
2814 scalehrtime(&pup->pr_term);
2816 pup->pr_rtime = curtime - ms->ms_start;
2817 scalehrtime(&pup->pr_rtime);
2819 pup
2951 praddusage(kthread_t *t, prhusage_t *pup) argument
3096 prcvtusage(prhusage_t *pup, prusage_t *upup) argument
3129 prcvtusage32(prhusage_t *pup, prusage32_t *upup) argument
[all...]
H A Dprvnops.c1116 prhusage_t *pup; local
1125 pup = kmem_zalloc(sizeof (*pup), KM_SLEEP);
1147 pup->pr_tstamp = gethrtime();
1149 pup->pr_count = p->p_defunct;
1150 pup->pr_create = p->p_mstart;
1151 pup->pr_term = p->p_mterm;
1153 pup->pr_rtime = p->p_mlreal;
1154 pup->pr_utime = p->p_acct[LMS_USER];
1155 pup
1206 prhusage_t *pup; local
1492 prhusage_t *pup; local
2161 prhusage_t *pup; local
2251 prhusage_t *pup; local
2563 prhusage_t *pup; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c2385 ibcm_port_up_t *pup; local
2418 pup = kmem_alloc(sizeof (ibcm_port_up_t), KM_SLEEP);
2419 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*pup))
2420 pup->pup_hca_guid = eventp->ev_hca_guid;
2421 pup->pup_port = eventp->ev_port;
2422 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*pup))
2424 ibcm_service_record_rewrite_task, pup, TQ_SLEEP);
H A Dibcm_ti.c3758 ibcm_port_up_t *pup = (ibcm_port_up_t *)arg; local
3759 ib_guid_t hca_guid = pup->pup_hca_guid;
3760 uint8_t port = pup->pup_port;
3825 kmem_free(pup, sizeof (ibcm_port_up_t));

Completed in 121 milliseconds