Fix scheduler locking hierarchy
This commit is contained in:
6
kernel/proc/locks.txt
Normal file
6
kernel/proc/locks.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Lock hierarchy for process scheduling:
|
||||
|
||||
1. proc_tree_lock
|
||||
2. cpu->lock
|
||||
3. proc->lock
|
||||
4. sq->lock
|
||||
Reference in New Issue
Block a user