Lines Matching refs:reads
36 to that same variable, (in other words, the acquire load "reads
52 See also "From-reads" and "Reads-from".
107 load from that same variable, there is said to be a from-reads
110 It is also possible to have a from-reads link within a CPU, which
111 is a "from-reads internal" (fri) link. The term "from-reads
138 smp_store_release() pairs with an smp_load_acquire() that reads
144 CPU, there is said to be a reads-from link from the second
147 which means that algorithms using reads-from links can use lighter
149 coherence and from-reads links.
151 It is also possible to have a reads-from link within a CPU, which
152 is a "reads-from internal" (rfi) link. The term "reads-from
156 See also Coherence" and "From-reads".