Skip to content

Commit 17f0da1

Browse files
Madhuparna04paulmckrcu
authored andcommitted
doc: Updated full list of RCU API in whatisRCU.rst
This patch updates the list of RCU API in whatisRCU.rst. Signed-off-by: Madhuparna Bhowmik <[email protected]> Tested-by: Amol Grover <[email protected]> Tested-by: Phong Tran <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 4af4983 commit 17f0da1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/RCU/whatisRCU.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,11 +884,14 @@ in docbook. Here is the list, by category.
884884
RCU list traversal::
885885

886886
list_entry_rcu
887+
list_entry_lockless
887888
list_first_entry_rcu
888889
list_next_rcu
889890
list_for_each_entry_rcu
890891
list_for_each_entry_continue_rcu
891892
list_for_each_entry_from_rcu
893+
list_first_or_null_rcu
894+
list_next_or_null_rcu
892895
hlist_first_rcu
893896
hlist_next_rcu
894897
hlist_pprev_rcu
@@ -902,7 +905,7 @@ RCU list traversal::
902905
hlist_bl_first_rcu
903906
hlist_bl_for_each_entry_rcu
904907

905-
RCU pointer/list udate::
908+
RCU pointer/list update::
906909

907910
rcu_assign_pointer
908911
list_add_rcu
@@ -912,10 +915,12 @@ RCU pointer/list udate::
912915
hlist_add_behind_rcu
913916
hlist_add_before_rcu
914917
hlist_add_head_rcu
918+
hlist_add_tail_rcu
915919
hlist_del_rcu
916920
hlist_del_init_rcu
917921
hlist_replace_rcu
918-
list_splice_init_rcu()
922+
list_splice_init_rcu
923+
list_splice_tail_init_rcu
919924
hlist_nulls_del_init_rcu
920925
hlist_nulls_del_rcu
921926
hlist_nulls_add_head_rcu

0 commit comments

Comments
 (0)