Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlocal_lock_internal.h83 #define __local_unlock(lock) \ macro
131 #define __local_unlock(__lock) \ macro
137 #define __local_unlock_irq(lock) __local_unlock(lock)
139 #define __local_unlock_irqrestore(lock, flags) __local_unlock(lock)
Dlocal_lock.h37 #define local_unlock(lock) __local_unlock(lock)