Lines Matching refs:processor
5 variables associated with the *currently* executing processor. This is
8 specific processor).
10 this_cpu operations add a per cpu variable offset to the processor
17 processor is not changed between the calculation of the address and
29 data specific to the currently executing processor. Only the current
30 processor should be accessing that variable and therefore there are no
67 the processor. So the relocation to the per cpu base is encoded in the
84 prevent the kernel from moving the thread to a different processor
107 reserved for a specific processor. Without disabling preemption in the
112 the value of the individual counters for each processor are
118 the same code paths. Since each processor has its own per cpu
131 processor. this_cpu_ptr avoids multiple steps that the common
132 get_cpu/put_cpu sequence requires. No processor number is
140 no longer point to per cpu data of the current processor.
149 added to a base pointer of a per cpu area of a processor in order to
216 change the processor we are executing on then there is no reason to
319 remotely from one processor and the local processor would use this_cpu ops
323 of a remote write to the per cpu area of another processor.
326 mind that a remote write will evict the cache line from the processor
327 that most likely will access it. If the processor wakes up and finds a