locking.rst (e9a83bd2322035ed9d7dcf35753d3f984d76c6a5) locking.rst (387b14684f94483cbbb72843db406ec9a8d0d6d2)
1.. _kernel_hacking_lock:
2
3===========================
4Unreliable Guide To Locking
5===========================
6
7:Author: Rusty Russell
8

--- 1350 unchanged lines hidden (view full) ---

1359===================
1360
1361.. kernel-doc:: kernel/futex.c
1362 :internal:
1363
1364Further reading
1365===============
1366
1.. _kernel_hacking_lock:
2
3===========================
4Unreliable Guide To Locking
5===========================
6
7:Author: Rusty Russell
8

--- 1350 unchanged lines hidden (view full) ---

1359===================
1360
1361.. kernel-doc:: kernel/futex.c
1362 :internal:
1363
1364Further reading
1365===============
1366
1367- ``Documentation/locking/spinlocks.txt``: Linus Torvalds' spinlocking
1367- ``Documentation/locking/spinlocks.rst``: Linus Torvalds' spinlocking
1368 tutorial in the kernel sources.
1369
1370- Unix Systems for Modern Architectures: Symmetric Multiprocessing and
1371 Caching for Kernel Programmers:
1372
1373 Curt Schimmel's very good introduction to kernel level locking (not
1374 written for Linux, but nearly everything applies). The book is
1375 expensive, but really worth every penny to understand SMP locking.

--- 73 unchanged lines hidden ---
1368 tutorial in the kernel sources.
1369
1370- Unix Systems for Modern Architectures: Symmetric Multiprocessing and
1371 Caching for Kernel Programmers:
1372
1373 Curt Schimmel's very good introduction to kernel level locking (not
1374 written for Linux, but nearly everything applies). The book is
1375 expensive, but really worth every penny to understand SMP locking.

--- 73 unchanged lines hidden ---