Linux Kernel Locking Mechanisms – spinlock

In this Article, we discuss the memory locking mechanism that is commonly seen in the linux kernel – Spinlock Spinlock:Spinlocks are kernel locking mechanism wherein if the lock is not obtained, the code attempting to get the lock just keeps spinning at that instance trying to acquire the lock. Hence the name “spin”lock. The fact that … Continue reading Linux Kernel Locking Mechanisms – spinlock