Searched refs:rwlock_release (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/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 | 564 #define rwlock_release(l, i) lock_release(l, i) macro
|
/linux-6.6.21/kernel/locking/ |
D | spinlock_rt.c | 256 rwlock_release(&rwlock->dep_map, _RET_IP_); in rt_read_unlock() 265 rwlock_release(&rwlock->dep_map, _RET_IP_); in rt_write_unlock()
|