Symbol: lock_acquire
drivers/dma-buf/dma-fence.c
311
lock_acquire(&dma_fence_lockdep_map, 0, 1, 1, 1, NULL, _RET_IP_);
drivers/dma-buf/dma-fence.c
342
lock_acquire(&dma_fence_lockdep_map, 0, 1, 1, 1, NULL, _THIS_IP_);
include/linux/lockdep.h
227
extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
include/linux/lockdep.h
509
#define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i)
include/linux/lockdep.h
510
#define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i)
include/linux/lockdep.h
511
#define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i)
include/linux/lockdep.h
552
lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \
include/linux/lockdep.h
558
lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \
include/linux/lockdep.h
564
lock_acquire(&(lock)->dep_map, subclass, 0, 1, 1, NULL, \
include/linux/percpu-rwsem.h
177
lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip);
include/linux/rcupdate.h
312
lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);
include/linux/rcupdate.h
317
lock_acquire(map, 0, 1, 2, 0, NULL, _THIS_IP_);
include/trace/events/lock.h
24
TRACE_EVENT(lock_acquire,
kernel/locking/lockdep.c
5873
EXPORT_SYMBOL_GPL(lock_acquire);
sound/soc/img/img-spdif-in.c
499
ucontrol->value.integer.value[0] = spdif->lock_acquire;
sound/soc/img/img-spdif-in.c
519
spdif->lock_acquire = ucontrol->value.integer.value[0];
sound/soc/img/img-spdif-in.c
523
reg |= (spdif->lock_acquire << IMG_SPDIF_IN_CTL_LOCKHI_SHIFT) &
sound/soc/img/img-spdif-in.c
778
spdif->lock_acquire = 4;
sound/soc/img/img-spdif-in.c
78
int lock_acquire;
sound/soc/img/img-spdif-in.c
781
reg = (spdif->lock_acquire << IMG_SPDIF_IN_CTL_LOCKHI_SHIFT) &