Searched refs:DEBUG_RWSEMS_WARN_ON (Results 1 – 2 of 2) sorted by relevance
120 DEBUG_RWSEMS_WARN_ON(sem->owner != RWSEM_READER_OWNED); in up_read()133 DEBUG_RWSEMS_WARN_ON(sem->owner != current); in up_write()147 DEBUG_RWSEMS_WARN_ON(sem->owner != current); in downgrade_write()218 DEBUG_RWSEMS_WARN_ON(sem->owner != RWSEM_READER_OWNED); in up_read_non_owner()
24 # define DEBUG_RWSEMS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) macro26 # define DEBUG_RWSEMS_WARN_ON(c) macro