rwlock: s/READER/WRITER/ in wlock lockstat annotation

This commit is contained in:
Mateusz Guzik 2016-07-30 22:21:48 +00:00
parent 7e58465356
commit 7a54be1870

@ -920,7 +920,7 @@ __rw_wlock_hard(volatile uintptr_t *c, uintptr_t tid, const char *file,
/* Record only the loops spinning and not sleeping. */
if (spin_cnt > sleep_cnt)
LOCKSTAT_RECORD4(rw__spin, rw, all_time - sleep_time,
LOCKSTAT_READER, (state & RW_LOCK_READ) == 0,
LOCKSTAT_WRITER, (state & RW_LOCK_READ) == 0,
(state & RW_LOCK_READ) == 0 ? 0 : RW_READERS(state));
#endif
LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(rw__acquire, rw, contested,