Searched refs:spin_release (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/linux/ |
D | spinlock_api_smp.h | 141 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock() 149 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_irqrestore() 157 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_irq() 165 spin_release(&lock->dep_map, _RET_IP_); in __raw_spin_unlock_bh()
|
D | lockdep.h | 553 #define spin_release(l, i) lock_release(l, i) macro
|
/Linux-v6.6/kernel/locking/ |
D | spinlock_rt.c | 78 spin_release(&lock->dep_map, _RET_IP_); in rt_spin_unlock()
|
/Linux-v6.6/fs/tracefs/ |
D | inode.c | 223 spin_release(&dentry->d_lock.dep_map, _RET_IP_); in set_gid()
|
/Linux-v6.6/kernel/printk/ |
D | printk.c | 1887 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check() 1894 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check() 1970 spin_release(&console_owner_dep_map, _THIS_IP_); in console_trylock_spinning()
|
/Linux-v6.6/fs/ |
D | dcache.c | 1403 spin_release(&dentry->d_lock.dep_map, _RET_IP_); in d_walk()
|
/Linux-v6.6/kernel/sched/ |
D | core.c | 5118 spin_release(&__rq_lockp(rq)->dep_map, _THIS_IP_); in prepare_lock_switch()
|