Lines Matching refs:tcm_pc
67 long tcm_pc; /* number of processes */ member
261 cmt.tcm_pc = 1; in tdofile()
278 cmt.tcm_pc = 1; in tdofile()
520 if (i != j && tcm[i].tcm_comm[0] && tcm[i].tcm_pc <= 1) { in tfixjunk()
541 p1->tcm_pc += p2->tcm_pc; in tcmadd()
574 tcm[k].tcm_pc = tcm[i].tcm_pc; in tsqueeze()
661 if (p1->tcm_pc == p2->tcm_pc) in tncmp()
663 return ((p2->tcm_pc > p1->tcm_pc)? 1 : -1); in tncmp()
708 printf(" %7ld", p->tcm_pc); in tprint()
714 if(p->tcm_pc == 0) p->tcm_pc = 1; in tprint()
715 printf(" %7.2f", p->tcm_cpu/p->tcm_pc); in tprint()