Kernel space: Ticket spinlocks

15
Spinlocks are Linux’s simplest mechanism for preventing two threads from changing the same data. A new kernel feature increases the fairness of spinlocks on SMP systems, preventing one thread from being “starved” of access.

Link: linux.world.com

Category:

  • Linux