Home
last modified time | relevance | path

Searched defs:arch_read_unlock (Results 1 – 2 of 2) sorted by relevance

/include/asm-generic/
Dqrwlock.h127 #define arch_read_unlock(l) queued_read_unlock(l) macro
/include/linux/
Dspinlock_up.h58 #define arch_read_unlock(lock) do { barrier(); (void)(lock); } while (0) macro