First page Back Continue Last page Summary Graphics
MQ: max_na_goodness
schedule() keeps track of the task with second best goodness value on local runqueue
add_to_runqueue() compares na_goodness of added task to current max_na_goodness
del_from_runqueue() determines if deleted task has max_na_goodness. If so, it simply clears the value.
Notes: