Searched refs:lock_acquire (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/include/linux/ |
D | lockdep.h | 266 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass, 375 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) macro 547 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) 548 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) 549 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) 590 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \ 596 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \ 602 lock_acquire(&(lock)->dep_map, subclass, 0, 1, 1, NULL, \
|
D | percpu-rwsem.h | 156 lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip); in percpu_rwsem_acquire()
|
D | rcupdate.h | 303 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire() 308 lock_acquire(map, 0, 1, 2, 0, NULL, _THIS_IP_); in rcu_try_lock_acquire()
|
D | seqlock.h | 198 #define SEQCOUNT_LOCKNAME(lockname, locktype, preemptible, lockmember, lockbase, lock_acquire) \ argument 219 __SEQ_LOCK(lock_acquire); \
|
/linux-6.6.21/sound/soc/img/ |
D | img-spdif-in.c | 78 int lock_acquire; member 499 ucontrol->value.integer.value[0] = spdif->lock_acquire; in img_spdif_in_get_lock_acquire() 519 spdif->lock_acquire = ucontrol->value.integer.value[0]; in img_spdif_in_set_lock_acquire() 523 reg |= (spdif->lock_acquire << IMG_SPDIF_IN_CTL_LOCKHI_SHIFT) & in img_spdif_in_set_lock_acquire() 778 spdif->lock_acquire = 4; in img_spdif_in_probe() 781 reg = (spdif->lock_acquire << IMG_SPDIF_IN_CTL_LOCKHI_SHIFT) & in img_spdif_in_probe()
|
/linux-6.6.21/include/trace/events/ |
D | lock.h | 24 TRACE_EVENT(lock_acquire,
|
/linux-6.6.21/drivers/dma-buf/ |
D | dma-fence.c | 313 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _RET_IP_); in dma_fence_begin_signalling() 344 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _THIS_IP_); in __dma_fence_might_wait()
|
/linux-6.6.21/kernel/locking/ |
D | lockdep.c | 5719 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire() function 5759 EXPORT_SYMBOL_GPL(lock_acquire);
|
/linux-6.6.21/Documentation/locking/ |
D | lockdep-design.rst | 489 the value of the 'read' parameter for lock_acquire()). In other words, a single
|