Linux   发布时间:2022-04-01  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了linux-kernel – 正式的Linux内核内存模型大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

图像和引用来自: Frightening small Children and DisconcerTing Grown-ups: Concurrency in the Linux Kernel 让我们虑一个简单的程序: cumul-fence定义为: cumul-fence := A-cumul(strong-fence ∪ po-rel) ∪ wmb A-cumul(r) := rfe';r
图像和引用来自:
Frightening Small Children and Disconcerting Grown-ups: Concurrency in the Linux Kernel

让我们一个简单的程序:

cumul-fence定义为:

cumul-fence := A-cumul(strong-fence ∪ po-rel) ∪ wmb
A-cumul(r)  := rfe';r

在3.2.3的链接出版物中,写成(b,E)∈prop.由此我们可以得出结论:(c,d)∈积水栅栏.

所以,让我们看看:

po-rel = {(c,d)}
strong-fence = {(a,b),(e,f)}
wmb = {}
rfe = {(d,E)}
rfe' = {(d,d),(d,E),E)} <- reflexive closure of rfe. 
A-cumul({(a,f),(c,d)}) = {(d,E)};{(a,d)} = {(d,f)}
cumul-fence = {(d,f)}

所以,我们可以看到(c,d)不在积云中.有人可以解释我的推理不正确吗?

解决方法

rfe’,rfe的 @L_618_4@,是

{(d,(a,a),(b,C),(f,(k,k),(r,r)}

因为节点集是{a,b,c,d,e,f,k,r}.

从那里,cumul-fence是{(d,f)}.

大佬总结

以上是大佬教程为你收集整理的linux-kernel – 正式的Linux内核内存模型全部内容,希望文章能够帮你解决linux-kernel – 正式的Linux内核内存模型所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。