Searched refs:lock_acquire (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/linux/ |
D | lockdep.h | 265 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass, 360 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) macro 522 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) 523 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) 524 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) 563 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \ 569 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \ 575 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 | seqlock.h | 198 #define SEQCOUNT_LOCKNAME(lockname, locktype, preemptible, lockmember, lockbase, lock_acquire) \ argument 219 __SEQ_LOCK(lock_acquire); \
|
D | rcupdate.h | 304 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
|
/linux-6.1.9/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.1.9/include/trace/events/ |
D | lock.h | 24 TRACE_EVENT(lock_acquire,
|
/linux-6.1.9/drivers/dma-buf/ |
D | dma-fence.c | 312 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _RET_IP_); in dma_fence_begin_signalling() 343 lock_acquire(&dma_fence_lockdep_map, 0, 0, 1, 1, NULL, _THIS_IP_); in __dma_fence_might_wait()
|
/linux-6.1.9/kernel/locking/ |
D | lockdep.c | 5633 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire() function 5673 EXPORT_SYMBOL_GPL(lock_acquire);
|
/linux-6.1.9/Documentation/locking/ |
D | lockdep-design.rst | 489 the value of the 'read' parameter for lock_acquire()). In other words, a single
|