1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-15 20:48:57 +00:00
linux-insides/SyncPrim
Andrew Donald Kennedy 967fb8fb0f Fix typo
2016-04-21 01:57:28 +01:00
..
README.md Fix typo 2016-04-21 01:57:28 +01:00
sync-1.md Update sync-1.md 2016-04-10 20:51:30 +06:00
sync-2.md Update sync-2.md 2016-04-21 00:10:29 +06:00

Synchronization primitives in the Linux kernel.

This chapter describes synchronization primitivies in the Linux kernel.

  • Introduction to spinlocks - the first part of this chapter describes implementation of spinlock mechanism in the Linux kernel.
  • Queued spinlocks - the second part describes another type of spinlocks - queued spinlocks.