Lines Matching refs:NONPRIME
355 if(elaps[PRIME] > elaps[NONPRIME]) { in dofile()
357 pcmt.pcm_pc[NONPRIME] = 0; in dofile()
360 pcmt.pcm_pc[NONPRIME] = 1; in dofile()
366 pcmt.pcm_cpu[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
371 pcmt.pcm_real[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
376 pcmt.pcm_kcore[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
380 pcmt.pcm_io[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
384 pcmt.pcm_rw[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
403 if(elaps[PRIME] > elaps[NONPRIME]) { in dofile()
405 pcmt.pcm_pc[NONPRIME] = 0; in dofile()
408 pcmt.pcm_pc[NONPRIME] = 1; in dofile()
414 pcmt.pcm_cpu[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
419 pcmt.pcm_real[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
424 pcmt.pcm_kcore[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
428 pcmt.pcm_io[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
432 pcmt.pcm_rw[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
532 if (i != j && pcm[i].pcm_comm[0] && (pcm[i].pcm_pc[PRIME] + pcm[i].pcm_pc[NONPRIME]) <= 1) { in fixjunk()
553 p1->pcm_pc[NONPRIME] += p2->pcm_pc[NONPRIME]; in pcmadd()
555 p1->pcm_cpu[NONPRIME] += p2->pcm_cpu[NONPRIME]; in pcmadd()
557 p1->pcm_real[NONPRIME] += p2->pcm_real[NONPRIME]; in pcmadd()
559 p1->pcm_kcore[NONPRIME] += p2->pcm_kcore[NONPRIME]; in pcmadd()
561 p1->pcm_io[NONPRIME] += p2->pcm_io[NONPRIME]; in pcmadd()
563 p1->pcm_rw[NONPRIME] += p2->pcm_rw[NONPRIME]; in pcmadd()
594 pcm[k].pcm_pc[NONPRIME] = pcm[i].pcm_pc[NONPRIME]; in squeeze()
596 pcm[k].pcm_cpu[NONPRIME] = pcm[i].pcm_cpu[NONPRIME]; in squeeze()
598 pcm[k].pcm_real[NONPRIME] = pcm[i].pcm_real[NONPRIME]; in squeeze()
600 pcm[k].pcm_kcore[NONPRIME] = pcm[i].pcm_kcore[NONPRIME]; in squeeze()
602 pcm[k].pcm_io[NONPRIME] = pcm[i].pcm_io[NONPRIME]; in squeeze()
604 pcm[k].pcm_rw[NONPRIME] = pcm[i].pcm_rw[NONPRIME]; in squeeze()
624 if (p1->pcm_cpu[PRIME] + p1->pcm_cpu[NONPRIME] == p2->pcm_cpu[PRIME] + p2->pcm_cpu[NONPRIME]) in ccmp()
626 …return ((p2->pcm_cpu[PRIME] + p2->pcm_cpu[NONPRIME] > p1->pcm_cpu[PRIME] + p1->pcm_cpu[NONPRIME])?… in ccmp()
628 index = pflg ? PRIME : NONPRIME; in ccmp()
648 …if (p1->pcm_kcore[PRIME] + p1->pcm_kcore[NONPRIME] == p2->pcm_kcore[PRIME] + p2->pcm_kcore[NONPRIM… in kcmp()
650 …return ((p2->pcm_kcore[PRIME] + p2->pcm_kcore[NONPRIME] > p1->pcm_kcore[PRIME] + p1->pcm_kcore[NON… in kcmp()
652 index = pflg ? PRIME : NONPRIME; in kcmp()
672 if (p1->pcm_pc[PRIME] + p1->pcm_pc[NONPRIME] == p2->pcm_pc[PRIME] + p2->pcm_pc[NONPRIME]) in ncmp()
674 …return ((p2->pcm_pc[PRIME] + p2->pcm_pc[NONPRIME] > p1->pcm_pc[PRIME] + p1->pcm_pc[NONPRIME])? 1 :… in ncmp()
676 index = pflg ? PRIME : NONPRIME; in ncmp()
780 else if(pflg || oflg) prnt(p, pflg ? PRIME : NONPRIME); in print()
810 printf(fmtcnt, p->pcm_pc[NONPRIME]); in pprint()
813 printf(fmtcpu, p->pcm_cpu[NONPRIME]); in pprint()
815 printf(fmtreal, p->pcm_real[NONPRIME]); in pprint()