We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a8b40 commit 876f34bCopy full SHA for 876f34b
rt-locks.md
@@ -69,8 +69,9 @@ __local_lock
69
__local_unlock
70
end
71
subgraph "<a href=https://elixir.bootlin.com/linux/latest/source/include/linux/spinlock_rt.h>include/linux/spinlock_rt.h</a>"
72
-spin_lock
+spin_lock_irqsave --> spin_lock
73
spin_unlock
74
+spin_unlock_irqrestore --> rt_spin_unlock
75
76
subgraph "<a href=https://elixir.bootlin.com/linux/latest/source/kernel/locking/spinlock_rt.c>kernel/locking/spinlock_rt.c</a>"
77
rt_spin_lock --> __rt_spin_lock --> rtlock_lock
0 commit comments