Lines Matching refs:variable
10 this_cpu operations add a per cpu variable offset to the processor
12 operating on the per cpu variable.
27 Access to the variable without the lock prefix is not synchronized but
30 processor should be accessing that variable and therefore there are no
129 Takes the offset of a per cpu variable (&x !) and returns the address
130 of the per cpu variable that belongs to the currently executing
159 cpu variable. Most this_cpu operations take a cpu variable.
163 &x and hence p is the *offset* of a per cpu variable. this_cpu_ptr()
164 takes the offset of a per cpu variable which makes this look a bit
221 preemption. If a per cpu variable is not used in an interrupt context
224 modifies the variable, then RMW actions can not be guaranteed to be