Lines Matching defs:pb
50 struct ptmp pb;
81 pb.pt_uid = ab.ac_uid;
82 CPYN(pb.pt_name, NULL);
95 pb.pt_cpu[0] = (double)stime * (double)elaps[0] / etime;
96 pb.pt_cpu[1] = (stime > pb.pt_cpu[0])? stime - pb.pt_cpu[0] : 0;
97 pb.pt_cpu[1] = stime - pb.pt_cpu[0];
99 pb.pt_mem = (mem + stime - 1) / stime;
101 pb.pt_mem = 0; /* unlikely */
102 enter(&pb);
134 memk = KCORE(pb.pt_mem);