Home
last modified time | relevance | path

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

/include/linux/
A Dlocal_lock_internal.h181 #define __local_unlock(lock) \ macro
242 #define __local_unlock(__lock) \ macro
248 #define __local_unlock_irq(lock) __local_unlock(lock)
250 #define __local_unlock_irqrestore(lock, flags) __local_unlock(lock)
A Dlocal_lock.h37 #define local_unlock(lock) __local_unlock(this_cpu_ptr(lock))

Completed in 6 milliseconds