From 7d9c3c92429202aff3d538d1ddc724b76c481c7a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Thu, 20 May 2010 07:38:33 -0400 Subject: [PATCH] Added RCU. --- 07concurrency/concurrency | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/07concurrency/concurrency b/07concurrency/concurrency index 43815d6..81475d3 100644 --- a/07concurrency/concurrency +++ b/07concurrency/concurrency @@ -129,4 +129,17 @@ May be used for locking, but spinlocks are better nowadays. # RCU - +* rcu\\_read\\_lock +* rcu\\_dereference +* rcu\\_read\\_unlock +* rcu\\_assign\\_pointer +* synchronize\\_rcu +* call\\_rcu + +# RCU for lists + +* linux/rculist.h +* list_add_rcu +* list_add_tail_rcu +* list_del_rcu +* list_for_each_entry_rcu -- 2.20.1