Skip to content

Commit 876f34b

Browse files
Costa ShulyupinCosta Shulyupin
authored andcommitted
spin_lock_irqsave, spin_unlock_irqrestore
1 parent e8a8b40 commit 876f34b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rt-locks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ __local_lock
6969
__local_unlock
7070
end
7171
subgraph "<a href=https://elixir.bootlin.com/linux/latest/source/include/linux/spinlock_rt.h>include/linux/spinlock_rt.h</a>"
72-
spin_lock
72+
spin_lock_irqsave --> spin_lock
7373
spin_unlock
74+
spin_unlock_irqrestore --> rt_spin_unlock
7475
end
7576
subgraph "<a href=https://elixir.bootlin.com/linux/latest/source/kernel/locking/spinlock_rt.c>kernel/locking/spinlock_rt.c</a>"
7677
rt_spin_lock --> __rt_spin_lock --> rtlock_lock

0 commit comments

Comments
 (0)