File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -884,11 +884,14 @@ in docbook. Here is the list, by category.
884
884
RCU list traversal::
885
885
886
886
list_entry_rcu
887
+ list_entry_lockless
887
888
list_first_entry_rcu
888
889
list_next_rcu
889
890
list_for_each_entry_rcu
890
891
list_for_each_entry_continue_rcu
891
892
list_for_each_entry_from_rcu
893
+ list_first_or_null_rcu
894
+ list_next_or_null_rcu
892
895
hlist_first_rcu
893
896
hlist_next_rcu
894
897
hlist_pprev_rcu
@@ -902,7 +905,7 @@ RCU list traversal::
902
905
hlist_bl_first_rcu
903
906
hlist_bl_for_each_entry_rcu
904
907
905
- RCU pointer/list udate ::
908
+ RCU pointer/list update ::
906
909
907
910
rcu_assign_pointer
908
911
list_add_rcu
@@ -912,10 +915,12 @@ RCU pointer/list udate::
912
915
hlist_add_behind_rcu
913
916
hlist_add_before_rcu
914
917
hlist_add_head_rcu
918
+ hlist_add_tail_rcu
915
919
hlist_del_rcu
916
920
hlist_del_init_rcu
917
921
hlist_replace_rcu
918
- list_splice_init_rcu()
922
+ list_splice_init_rcu
923
+ list_splice_tail_init_rcu
919
924
hlist_nulls_del_init_rcu
920
925
hlist_nulls_del_rcu
921
926
hlist_nulls_add_head_rcu
You can’t perform that action at this time.
0 commit comments