@@ -11,8 +11,8 @@ must be long enough that any readers accessing the item being deleted have
11
11
since dropped their references. For example, an RCU-protected deletion
12
12
from a linked list would first remove the item from the list, wait for
13
13
a grace period to elapse, then free the element. See the
14
- Documentation/RCU/listRCU.rst file for more information on using RCU with
15
- linked lists.
14
+ :ref: ` Documentation/RCU/listRCU.rst < list_rcu_doc >` for more information on
15
+ using RCU with linked lists.
16
16
17
17
Frequently Asked Questions
18
18
--------------------------
@@ -50,7 +50,7 @@ Frequently Asked Questions
50
50
- If I am running on a uniprocessor kernel, which can only do one
51
51
thing at a time, why should I wait for a grace period?
52
52
53
- See the Documentation/RCU/UP.rst file for more information.
53
+ See :ref: ` Documentation/RCU/UP.rst < up_doc >` for more information.
54
54
55
55
- How can I see where RCU is currently used in the Linux kernel?
56
56
@@ -68,9 +68,9 @@ Frequently Asked Questions
68
68
69
69
- Why the name "RCU"?
70
70
71
- "RCU" stands for "read-copy update". The file Documentation/RCU/listRCU.rst
72
- has more information on where this name came from, search for
73
- "read-copy update" to find it.
71
+ "RCU" stands for "read-copy update".
72
+ :ref: ` Documentation/RCU/listRCU.rst < list_rcu_doc >` has more information on where
73
+ this name came from, search for "read-copy update" to find it.
74
74
75
75
- I hear that RCU is patented? What is with that?
76
76
0 commit comments