Home | History | Annotate | Download | only in uvm

Lines Matching defs:todo

454 	int todo;
456 todo = target - cycle;
457 if (todo >= BUCKETSIZE * 2) {
458 todo = (todo % BUCKETSIZE) + BUCKETSIZE;
461 while (todo > 0) {
471 todo--;
1379 clockpro_dropswap(pageq_t *q, int *todo)
1387 if (*todo <= 0) {
1418 (*todo)--;
1429 int todo = swap_shortage;
1431 if (todo == 0) {
1442 clockpro_dropswap(clockpro_queue(s, CLOCKPRO_NEWQ), &todo);
1443 clockpro_dropswap(clockpro_queue(s, CLOCKPRO_COLDQ), &todo);
1444 clockpro_dropswap(clockpro_queue(s, CLOCKPRO_HOTQ), &todo);
1447 DPRINTF("%s: done=%d\n", __func__, swap_shortage - todo);