Lines Matching refs:mix
1349 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
1392 mix.tb = xmalloc((old.count+new.count)*sizeof(struct carveup)); in top_common()
1393 mix.count = 0; in top_common()
1407 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb; in top_common()
1411 mix.tb[mix.count] = otb; in top_common()
1412 mix.count++; in top_common()
1426 qsort(mix.tb, mix.count, sizeof(struct carveup *), (void *)ksort); in top_common()
1447 for (i = 0; i<mix.count; i++) in top_common()
1448 run[1+stridx("RSTZ", *string_field(mix.tb[i], &alluc))]++; in top_common()
1451 "%4ld zombie", mix.count, run[1], run[2], run[3], run[4]); in top_common()
1477 if (mix.count) up = mix.tb[0]->slot[SLOT_upticks]; in top_common()
1503 for (i=0; i<mix.count; i++) in top_common()
1504 tb.slot[slot] += mix.tb[i]->slot[slot]; in top_common()
1528 for (i = 0; i<lines && i+topoff<mix.count; i++) { in top_common()
1530 show_ps(mix.tb[i+topoff]); in top_common()
1578 if (topoff>mix.count) topoff = mix.count; in top_common()
1584 free(mix.tb); in top_common()