Home
last modified time | relevance | path

Searched refs:__this_cpu_local_lock (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dlocal_lock_internal.h325 static __always_inline local_lock_t *__this_cpu_local_lock(local_lock_t __percpu *base) in __this_cpu_local_lock() function
331 static __always_inline local_trylock_t *__this_cpu_local_lock(local_trylock_t __percpu *base) in __this_cpu_local_lock() function
338 #define __this_cpu_local_lock(base) this_cpu_ptr(base) macro