commit | 387fdd2e53f230db1c1619406c6ec265d40dab1b | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Sep 23 18:44:40 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:15:05 2021 -0400 |
tree | 98a8fd8c102afa6169fbdf73784268da2a34023a | |
parent | c230fb35808d566dadf40dc1de8034bcd45f36f2 [diff] |
kernel/sched: Refactor/simplify run queue accessors Similar to the previous patch, the various _priq_run_*() functions are always passed a first argument that is the singleton system run queue (this is because the same backend functions are used by wait queues). Refactor into a simpler API that places the access to the run queue in just a single spot. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>