Lines Matching refs:pt_cpu
94 pb.pt_cpu[0] = (double)stime * (double)elaps[0] / etime; in main()
95 pb.pt_cpu[1] = (stime > pb.pt_cpu[0])? stime - pb.pt_cpu[0] : 0; in main()
96 pb.pt_cpu[1] = stime - pb.pt_cpu[0]; in main()
131 ub->ut_cpu[0] = MINT(p->pt_cpu[0]); in enter()
132 ub->ut_cpu[1] = MINT(p->pt_cpu[1]); in enter()
134 ub->ut_kcore[0] = memk * MINT(p->pt_cpu[0]); in enter()
135 ub->ut_kcore[1] = memk * MINT(p->pt_cpu[1]); in enter()
145 (*pt)->ut_cpu[0] += MINT(p->pt_cpu[0]); in enter()
146 (*pt)->ut_cpu[1] += MINT(p->pt_cpu[1]); in enter()
147 (*pt)->ut_kcore[0] += memk * MINT(p->pt_cpu[0]); in enter()
148 (*pt)->ut_kcore[1] += memk * MINT(p->pt_cpu[1]); in enter()