Commit aa123a74 authored by Paul E. McKenney's avatar Paul E. McKenney

doc: Update RCU data-structure documentation for rcu_segcblist

The rcu_segcblist data structure, which contains segmented lists
of RCU callbacks, was recently added.  This commit updates the
documentation accordingly.
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 8e2a4397
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
id="svg2" id="svg2"
version="1.1" version="1.1"
inkscape:version="0.48.4 r9939" inkscape:version="0.48.4 r9939"
sodipodi:docname="nxtlist.fig"> sodipodi:docname="segcblist.svg">
<metadata <metadata
id="metadata94"> id="metadata94">
<rdf:RDF> <rdf:RDF>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title> <dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
...@@ -241,61 +241,51 @@ ...@@ -241,61 +241,51 @@
xml:space="preserve" xml:space="preserve"
x="225" x="225"
y="675" y="675"
fill="#000000"
font-family="Courier"
font-style="normal" font-style="normal"
font-weight="bold" font-weight="bold"
font-size="324" font-size="324"
text-anchor="start" id="text64"
id="text64">nxtlist</text> style="font-size:324px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;head</text>
<!-- Text --> <!-- Text -->
<text <text
xml:space="preserve" xml:space="preserve"
x="225" x="225"
y="1800" y="1800"
fill="#000000"
font-family="Courier"
font-style="normal" font-style="normal"
font-weight="bold" font-weight="bold"
font-size="324" font-size="324"
text-anchor="start" id="text66"
id="text66">nxttail[RCU_DONE_TAIL]</text> style="font-size:324px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;tails[RCU_DONE_TAIL]</text>
<!-- Text --> <!-- Text -->
<text <text
xml:space="preserve" xml:space="preserve"
x="225" x="225"
y="2925" y="2925"
fill="#000000"
font-family="Courier"
font-style="normal" font-style="normal"
font-weight="bold" font-weight="bold"
font-size="324" font-size="324"
text-anchor="start" id="text68"
id="text68">nxttail[RCU_WAIT_TAIL]</text> style="font-size:324px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;tails[RCU_WAIT_TAIL]</text>
<!-- Text --> <!-- Text -->
<text <text
xml:space="preserve" xml:space="preserve"
x="225" x="225"
y="4050" y="4050"
fill="#000000"
font-family="Courier"
font-style="normal" font-style="normal"
font-weight="bold" font-weight="bold"
font-size="324" font-size="324"
text-anchor="start" id="text70"
id="text70">nxttail[RCU_NEXT_READY_TAIL]</text> style="font-size:324px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;tails[RCU_NEXT_READY_TAIL]</text>
<!-- Text --> <!-- Text -->
<text <text
xml:space="preserve" xml:space="preserve"
x="225" x="225"
y="5175" y="5175"
fill="#000000"
font-family="Courier"
font-style="normal" font-style="normal"
font-weight="bold" font-weight="bold"
font-size="324" font-size="324"
text-anchor="start" id="text72"
id="text72">nxttail[RCU_NEXT_TAIL]</text> style="font-size:324px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;tails[RCU_NEXT_TAIL]</text>
<!-- Text --> <!-- Text -->
<text <text
xml:space="preserve" xml:space="preserve"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment