The spinlock tag has no wiki summary.
8
votes
3answers
9k views
what is the difference between spin locks and semaphores?
What are the basic differences between spin locks and semaphores in action?
1
vote
3answers
2k views
Why are spin locks good choices in Linux Kernel Design instead of something more common in userland code, such as semaphore or mutex?
I understand that Spinlocks are real waste in Linux Kernel Design.
I would like to know why is it like spin locks are good choices in Linux Kernel Design instead of something more common in userland ...
13
votes
4answers
10k views
What is a spinlock in Linux?
I would like to know about spinlocks in detail?
Could someone explain that to me?