Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds