Lines Matching refs:this_cpu
1 this_cpu operations
4 this_cpu operations are a way of optimizing access to per cpu
10 this_cpu operations add a per cpu variable offset to the processor
37 The main use of the this_cpu operations has been to optimize counter
40 The following this_cpu() operations with implied preemption protection
61 Inner working of this_cpu operations
87 Consider the following this_cpu operation:
111 after the this_cpu instruction is executed. In general this means that
159 cpu variable. Most this_cpu operations take a cpu variable.
197 if we do not make use of this_cpu ops later to manipulate fields:
208 Variants of this_cpu ops
211 this_cpu ops are interrupt safe. Some architectures do not support
273 something which could be problematic because this_cpu ops do not
274 have lock semantics. A remote write may interfere with a this_cpu
301 relaxed synchronization requirements for this_cpu operations.
319 remotely from one processor and the local processor would use this_cpu ops