Lines Matching full:processor
9 variables associated with the *currently* executing processor. This is
12 specific processor).
14 this_cpu operations add a per cpu variable offset to the processor
21 processor is not changed between the calculation of the address and
33 data specific to the currently executing processor. Only the current
34 processor should be accessing that variable and therefore there are no
71 the processor. So the relocation to the per cpu base is encoded in the
88 prevent the kernel from moving the thread to a different processor
111 reserved for a specific processor. Without disabling preemption in the
116 the value of the individual counters for each processor are
122 the same code paths. Since each processor has its own per cpu
137 processor. this_cpu_ptr avoids multiple steps that the common
138 get_cpu/put_cpu sequence requires. No processor number is
146 no longer point to per cpu data of the current processor.
155 added to a base pointer of a per cpu area of a processor in order to
226 change the processor we are executing on then there is no reason to
329 remotely from one processor and the local processor would use this_cpu ops
333 of a remote write to the per cpu area of another processor.
336 mind that a remote write will evict the cache line from the processor
337 that most likely will access it. If the processor wakes up and finds a