Searched defs:arch_read_unlock (Results 1 – 2 of 2) sorted by relevance
127 #define arch_read_unlock(l) queued_read_unlock(l) macro
58 #define arch_read_unlock(lock) do { barrier(); (void)(lock); } while (0) macro