Lines Matching refs:mix
1352 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
1395 mix.tb = xmalloc((old.count+new.count)*sizeof(struct carveup)); in top_common()
1396 mix.count = 0; in top_common()
1410 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb; in top_common()
1414 mix.tb[mix.count] = otb; in top_common()
1415 mix.count++; in top_common()
1429 qsort(mix.tb, mix.count, sizeof(struct carveup *), (void *)ksort); in top_common()
1450 for (i = 0; i<mix.count; i++) in top_common()
1451 run[1+stridx("RSTZ", *string_field(mix.tb[i], &alluc))]++; in top_common()
1454 "%4ld zombie", mix.count, run[1], run[2], run[3], run[4]); in top_common()
1480 if (mix.count) up = mix.tb[0]->slot[SLOT_upticks]; in top_common()
1506 for (i=0; i<mix.count; i++) in top_common()
1507 tb.slot[slot] += mix.tb[i]->slot[slot]; in top_common()
1531 for (i = 0; i<lines && i+topoff<mix.count; i++) { in top_common()
1533 show_ps(mix.tb[i+topoff]); in top_common()
1581 if (topoff>mix.count) topoff = mix.count; in top_common()
1587 free(mix.tb); in top_common()