Lines Matching refs:this_cpu_ptr
102 l = (local_lock_t *)this_cpu_ptr(lock); \
136 tl = this_cpu_ptr(lock); \
153 tl = this_cpu_ptr(lock); \
170 l = (local_lock_t *)this_cpu_ptr(lock); \
202 local_lock_acquire(this_cpu_ptr(lock)); \
206 local_lock_release(this_cpu_ptr(lock))
230 spin_lock(this_cpu_ptr((__lock))); \
244 spin_unlock(this_cpu_ptr((__lock))); \
255 spin_lock(this_cpu_ptr(lock)); \
260 spin_unlock(this_cpu_ptr((lock))); \
271 __locked = spin_trylock(this_cpu_ptr((lock))); \