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
176 cpu variable. Most this_cpu operations take a cpu variable.
216 if we do not make use of this_cpu ops later to manipulate fields::
227 Variants of this_cpu ops
230 this_cpu ops are interrupt safe. Some architectures do not support
291 something which could be problematic because this_cpu ops do not
292 have lock semantics. A remote write may interfere with a this_cpu
319 relaxed synchronization requirements for this_cpu operations.
337 remotely from one processor and the local processor would use this_cpu ops