Searched refs:rwlock_release (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | rwlock_api_smp.h | 218 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock() 225 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock() 233 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_irqrestore() 241 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_irq() 249 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_read_unlock_bh() 257 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_irqrestore() 265 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_irq() 273 rwlock_release(&lock->dep_map, _RET_IP_); in __raw_write_unlock_bh()
|
| D | lockdep.h | 552 #define rwlock_release(l, i) lock_release(l, i) macro
|
| /Linux-v5.15/kernel/locking/ |
| D | spinlock_rt.c | 233 rwlock_release(&rwlock->dep_map, _RET_IP_); in rt_read_unlock() 242 rwlock_release(&rwlock->dep_map, _RET_IP_); in rt_write_unlock()
|