Lines Matching refs:that
5 operations into two parts, one that prevents anyone from seeing the data
6 item being destroyed, and one that actually carries out the destruction.
8 must be long enough that any readers accessing the item being deleted have
19 The advantage of RCU's two-part approach is that RCU readers need
22 barriers. The fact that these operations are quite expensive
24 in read-mostly situations. The fact that RCU readers need not
33 three states, we know that that CPU has exited any previous RCU
37 safely free up that item.
40 same effect, but require that the readers manipulate CPU-local
62 o What guidelines should I follow when writing code that uses RCU?
72 o I hear that RCU is patented? What is with that?
81 o I hear that RCU needs work in order to support realtime kernels?