Searched hist:"1 c143c4b65da09081d644110e619decc49c9dee4" (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/locking/ |
H A D | rtmutex_common.h | diff 1c143c4b65da09081d644110e619decc49c9dee4 Sun Aug 15 23:28:25 CEST 2021 Thomas Gleixner <tglx@linutronix.de> locking/rtmutex: Provide the spin/rwlock core lock function
A simplified version of the rtmutex slowlock function, which neither handles signals nor timeouts, and is careful about preserving the state of the blocked task across the lock operation.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20210815211303.770228446@linutronix.de
|
H A D | rtmutex.c | diff 1c143c4b65da09081d644110e619decc49c9dee4 Sun Aug 15 23:28:25 CEST 2021 Thomas Gleixner <tglx@linutronix.de> locking/rtmutex: Provide the spin/rwlock core lock function
A simplified version of the rtmutex slowlock function, which neither handles signals nor timeouts, and is careful about preserving the state of the blocked task across the lock operation.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20210815211303.770228446@linutronix.de
|