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