Chinaunix首页 | 论坛 | 博客
  • 博客访问: 401430
  • 博文数量: 48
  • 博客积分: 764
  • 博客等级: 上士
  • 技术积分: 1133
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-17 13:29
文章分类

全部博文(48)

文章存档

2014年(5)

2013年(34)

2012年(9)

RCU

分类: LINUX

2014-06-02 22:36:03


http://blog.csdn.net/dog250/article/details/5303424



##pre-ergo
There a lot of subsytem, code segments use RCU in their implement.
It's really need to know the truth of RCU before understanding linux kernel.


##history of RCU
old fasion rcu
premtiable rcu
tree-rcu


##Design pattern
 
In this article, the paragraph RCV OVERVIEW is the very clearly explaination of RCU. You should understand, I think, a grace period is start at removing the old data(maybe leading by rcu_assign_pointer) !!!


##WFF

##FAQ
In classical RCU, if the entry will be deleted has a previous pointer?

RCU callback function
阅读(3359) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~