Home
last modified time | relevance | path

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

/include/linux/
Dspinlock_up.h58 #define arch_read_unlock(lock) do { barrier(); (void)(lock); } while (0) macro
Drwlock.h54 # define do_raw_read_unlock(rwlock) do {arch_read_unlock(&(rwlock)->raw_lock); __release(lock); } w…
/include/asm-generic/
Dqrwlock.h127 #define arch_read_unlock(l) queued_read_unlock(l) macro