Searched refs:spin_release (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/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 | 528 #define spin_release(l, i) lock_release(l, i) macro
|
/Linux-v6.1/kernel/locking/ |
D | spinlock_rt.c | 78 spin_release(&lock->dep_map, _RET_IP_); in rt_spin_unlock()
|
/Linux-v6.1/fs/tracefs/ |
D | inode.c | 203 spin_release(&dentry->d_lock.dep_map, _RET_IP_); in set_gid()
|
/Linux-v6.1/kernel/printk/ |
D | printk.c | 1833 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check() 1840 spin_release(&console_owner_dep_map, _THIS_IP_); in console_lock_spinning_disable_and_check() 1910 spin_release(&console_owner_dep_map, _THIS_IP_); in console_trylock_spinning()
|
/Linux-v6.1/fs/ |
D | dcache.c | 1403 spin_release(&dentry->d_lock.dep_map, _RET_IP_); in d_walk()
|
/Linux-v6.1/kernel/sched/ |
D | core.c | 4952 spin_release(&__rq_lockp(rq)->dep_map, _THIS_IP_); in prepare_lock_switch()
|