Searched refs:lock_release (Results 1 – 13 of 13) sorted by relevance
/linux/include/linux/ |
H A D | lockdep.h | 231 extern void lock_release(struct lockdep_map *lock, unsigned long ip); 337 # define lock_release(l, i) do { } while (0) macro 515 #define spin_release(l, i) lock_release(l, i) 526 #define rwlock_release(l, i) lock_release(l, i) 530 #define seqcount_release(l, i) lock_release(l, i) 534 #define mutex_release(l, i) lock_release(l, i) 539 #define rwsem_release(l, i) lock_release(l, i) 545 #define lock_map_release(l) lock_release(l, _THIS_IP_) 553 lock_release(&(lock)->dep_map, _THIS_IP_); \ 559 lock_release(&(lock)->dep_map, _THIS_IP_); \ [all …]
|
H A D | percpu-rwsem.h | 150 lock_release(&sem->dep_map, ip); in percpu_rwsem_release()
|
H A D | rcupdate.h | 347 lock_release(map, _THIS_IP_); in rcu_lock_release()
|
/linux/sound/soc/img/ |
H A D | img-spdif-in.c | 79 int lock_release; member 538 ucontrol->value.integer.value[0] = spdif->lock_release; in img_spdif_in_get_lock_release() 558 spdif->lock_release = ucontrol->value.integer.value[0]; in img_spdif_in_set_lock_release() 562 reg |= (spdif->lock_release << IMG_SPDIF_IN_CTL_LOCKLO_SHIFT) & in img_spdif_in_set_lock_release() 779 spdif->lock_release = -128; in img_spdif_in_probe() 783 reg |= (spdif->lock_release << IMG_SPDIF_IN_CTL_LOCKLO_SHIFT) & in img_spdif_in_probe()
|
/linux/include/trace/events/ |
H A D | lock.h | 69 DEFINE_EVENT(lock, lock_release,
|
/linux/drivers/dma-buf/ |
H A D | dma-fence.c | 330 lock_release(&dma_fence_lockdep_map, _RET_IP_); in dma_fence_end_signalling() 340 lock_release(&dma_fence_lockdep_map, _THIS_IP_); in __dma_fence_might_wait()
|
/linux/fs/bcachefs/ |
H A D | journal.h | 301 lock_release(&j->res_map, _THIS_IP_); in bch2_journal_res_put()
|
H A D | btree_locking.h | 206 lock_release(&trans->dep_map, _THIS_IP_); in trans_set_unlocked()
|
H A D | six.c | 25 #define six_release(l, ip) lock_release(l, ip)
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_bo_test.c | 154 lock_release(&bo2->base.resv->lock.base.dep_map, 1); in ttm_bo_reserve_deadlock()
|
/linux/drivers/gpu/drm/ |
H A D | drm_connector.c | 964 lock_release(&connector_list_iter_dep_map, _RET_IP_); in drm_connector_list_iter_end()
|
/linux/kernel/locking/ |
H A D | lockdep.c | 5832 void lock_release(struct lockdep_map *lock, unsigned long ip) in lock_release() function 5851 EXPORT_SYMBOL_GPL(lock_release);
|
/linux/mm/ |
H A D | page_alloc.c | 3841 lock_release(&__fs_reclaim_map, ip); in __fs_reclaim_release()
|