-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6831 sched refactor: Add set_cur_input() hooks
Adds swap_in_input() and swap_out_input() subclass hooks inside set_cur_input(). This allows moving ready queue functions into the dynamic subclass, and will be used there for future live workload tracking for #7067. Moves add_to_ready_queue(), add_to_ready_queue_hold_locks(), add_to_unscheduled_queue(), and print_queue_stats() into the dynamic subclass. Issue: #7067, #6831
- Loading branch information
1 parent
b158d1f
commit e300c97
Showing
6 changed files
with
292 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.