X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2FRCU%2FwhatisRCU.txt;h=cfaac34c4557b83c87178efd0fdf8801a92132ea;hb=aa86f26bd81a46985f1b32e513638d1c36cf3104;hp=1dc00ee97163261bb3390e21499e45b9a44bde20;hpb=b24bc1e61cec2174faf5dfa632da16b6ca17144f;p=pandora-kernel.git diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt index 1dc00ee97163..cfaac34c4557 100644 --- a/Documentation/RCU/whatisRCU.txt +++ b/Documentation/RCU/whatisRCU.txt @@ -840,6 +840,12 @@ SRCU: Initialization/cleanup init_srcu_struct cleanup_srcu_struct +All: lockdep-checked RCU-protected pointer access + + rcu_dereference_check + rcu_dereference_protected + rcu_access_pointer + See the comment headers in the source code (or the docbook generated from them) for more information.