Searched refs:lastrun (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/include/vm/
H A Dvm_pageout.c1693 static int lastrun = 0; local
1697 if ((ticks > (lastrun + hz)) || (ticks < lastrun)) {
1699 lastrun = ticks;

Completed in 81 milliseconds