Lines Matching refs:variable
14 this_cpu operations add a per cpu variable offset to the processor
16 operating on the per cpu variable.
31 Access to the variable without the lock prefix is not synchronized but
34 processor should be accessing that variable and therefore there are no
134 Takes the offset of a per cpu variable (&x !) and returns the address
135 of the per cpu variable that belongs to the currently executing
151 variable, which might well be that of a third CPU. These use cases are
176 cpu variable. Most this_cpu operations take a cpu variable.
182 &x and hence p is the *offset* of a per cpu variable. this_cpu_ptr()
183 takes the offset of a per cpu variable which makes this look a bit
240 preemption. If a per cpu variable is not used in an interrupt context
243 modifies the variable, then RMW actions can not be guaranteed to be