summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2023-08-15 10:03:04 -0700
committerPaul E. McKenney <paulmck@kernel.org>2023-08-15 10:03:04 -0700
commit54b77242aac76979b8bbb832809b55736167bf5e (patch)
treed9a01a3c34a65a8f2361abfacb7ed9cbb022f8cd
parentcb1ec79d6ec866fb9e618ce8162070026e3e3b2c (diff)
downloadperfbook-54b77242aac76979b8bbb832809b55736167bf5e.tar.gz
defer/rcuusage: Update QQ 9.69 to note refctr spatio-temporal sync
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--defer/rcuusage.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/defer/rcuusage.tex b/defer/rcuusage.tex
index b85312e4..401a4cd0 100644
--- a/defer/rcuusage.tex
+++ b/defer/rcuusage.tex
@@ -1792,6 +1792,9 @@ locking and by static data-structure layout, respectively.
Alternatively, one could instead come at hazard pointers by
analogy with reference counting.
+ And, by doing so, learn that reference counting also combines
+ temporal and spatial synchronization as described above for
+ hazard pointers.
}\QuickQuizEnd
\subsubsection{Quasi Reference Count}