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
70 the processor. So the relocation to the per cpu base is encoded in the
87 prevent the kernel from moving the thread to a different processor
110 reserved for a specific processor. Without disabling preemption in the
115 the value of the individual counters for each processor are
121 the same code paths. Since each processor has its own per cpu
136 processor. this_cpu_ptr avoids multiple steps that the common
137 get_cpu/put_cpu sequence requires. No processor number is
146 current processor.
164 added to a base pointer of a per cpu area of a processor in order to
235 change the processor we are executing on then there is no reason to
337 remotely from one processor and the local processor would use this_cpu ops
341 of a remote write to the per cpu area of another processor.
344 mind that a remote write will evict the cache line from the processor
345 that most likely will access it. If the processor wakes up and finds a