Searched refs:rwlock_release (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | rwlock_api_smp.h | 224 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock() 231 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock() 239 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_irqrestore() 247 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_irq() 255 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_bh() 263 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_irqrestore() 271 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_irq() 279 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_bh()
|
D | lockdep.h | 539 #define rwlock_release(l, i) lock_release(l, i) macro
|