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
64 Inner working of this_cpu operations
90 Consider the following this_cpu operation::
114 after the this_cpu instruction is executed. In general this means that
166 cpu variable. Most this_cpu operations take a cpu variable.
206 if we do not make use of this_cpu ops later to manipulate fields::
217 Variants of this_cpu ops
220 this_cpu ops are interrupt safe. Some architectures do not support
281 something which could be problematic because this_cpu ops do not
282 have lock semantics. A remote write may interfere with a this_cpu
309 relaxed synchronization requirements for this_cpu operations.
327 remotely from one processor and the local processor would use this_cpu ops