Lines Matching refs:this_cpu
2 this_cpu operations
8 this_cpu operations are a way of optimizing access to per cpu
14 this_cpu operations add a per cpu variable offset to the processor
41 The main use of the this_cpu operations has been to optimize counter
44 The following this_cpu() operations with implied preemption protection
65 Inner working of this_cpu operations
91 Consider the following this_cpu operation::
115 after the this_cpu instruction is executed. In general this means that
167 cpu variable. Most this_cpu operations take a cpu variable.
207 if we do not make use of this_cpu ops later to manipulate fields::
218 Variants of this_cpu ops
221 this_cpu ops are interrupt safe. Some architectures do not support
283 something which could be problematic because this_cpu ops do not
284 have lock semantics. A remote write may interfere with a this_cpu
311 relaxed synchronization requirements for this_cpu operations.
329 remotely from one processor and the local processor would use this_cpu ops