Home
last modified time | relevance | path

Searched defs:_raw_read_unlock (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Drwlock_api_smp.h85 #define _raw_read_unlock(lock) __raw_read_unlock(lock) macro
Dspinlock_api_up.h77 #define _raw_read_unlock(lock) __UNLOCK(lock) macro
/Linux-v6.1/kernel/locking/
Dspinlock.c258 noinline void __lockfunc _raw_read_unlock(rwlock_t *lock) in _raw_read_unlock() function