Searched refs:lock_release (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | preload.c | 273 lock_release(&__get_lock(mutex)->dep_map, (unsigned long)_RET_IP_); in pthread_mutex_lock() 287 lock_release(&__get_lock(mutex)->dep_map, (unsigned long)_RET_IP_); in pthread_mutex_trylock() 298 lock_release(&__get_lock(mutex)->dep_map, (unsigned long)_RET_IP_); in pthread_mutex_unlock() 358 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_rdlock() 372 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_tryrdlock() 386 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_trywrlock() 400 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_wrlock() 411 lock_release(&__get_lock(rwlock)->dep_map, (unsigned long)_RET_IP_); in pthread_rwlock_unlock()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lockdep.h | 273 extern void lock_release(struct lockdep_map *lock, unsigned long ip); 349 # define lock_release(l, i) do { } while (0) macro 521 #define spin_release(l, i) lock_release(l, i) 532 #define rwlock_release(l, i) lock_release(l, i) 536 #define seqcount_release(l, i) lock_release(l, i) 540 #define mutex_release(l, i) lock_release(l, i) 545 #define rwsem_release(l, i) lock_release(l, i) 550 #define lock_map_release(l) lock_release(l, _THIS_IP_) 557 lock_release(&(lock)->dep_map, _THIS_IP_); \ 563 lock_release(&(lock)->dep_map, _THIS_IP_); \ [all …]
|
| H A D | percpu-rwsem.h | 160 lock_release(&sem->dep_map, ip); in percpu_rwsem_release()
|
| H A D | rcupdate.h | 263 lock_release(map, _THIS_IP_); in rcu_lock_release()
|
| /OK3568_Linux_fs/kernel/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() 783 spdif->lock_release = -128; in img_spdif_in_probe() 787 reg |= (spdif->lock_release << IMG_SPDIF_IN_CTL_LOCKLO_SHIFT) & in img_spdif_in_probe()
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/include/liblockdep/ |
| H A D | common.h | 45 void lock_release(struct lockdep_map *lock, unsigned long ip);
|
| H A D | mutex.h | 45 lock_release(&lock->dep_map, (unsigned long)_RET_IP_); in liblockdep_pthread_mutex_unlock()
|
| H A D | rwlock.h | 47 lock_release(&lock->dep_map, (unsigned long)_RET_IP_); in liblockdep_pthread_rwlock_unlock()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | lock.h | 58 DEFINE_EVENT(lock, lock_release,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-fence.c | 295 lock_release(&dma_fence_lockdep_map, _RET_IP_); in dma_fence_end_signalling() 305 lock_release(&dma_fence_lockdep_map, _THIS_IP_); in __dma_fence_might_wait()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_connector.c | 743 lock_release(&connector_list_iter_dep_map, _RET_IP_); in drm_connector_list_iter_end()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep.c | 5572 void lock_release(struct lockdep_map *lock, unsigned long ip) in lock_release() function 5590 EXPORT_SYMBOL_GPL(lock_release);
|