Searched refs:lock_acquire (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A 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 521 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) 522 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) 523 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) 562 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \ 568 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \ 574 lock_acquire(&(lock)->dep_map, subclass, 0, 1, 1, NULL, \
|
A D | percpu-rwsem.h | 156 lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip); in percpu_rwsem_acquire()
|
A D | seqlock.h | 198 #define SEQCOUNT_LOCKNAME(lockname, locktype, preemptible, lockmember, lockbase, lock_acquire) \ argument 219 __SEQ_LOCK(lock_acquire); \
|
A D | rcupdate.h | 327 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
|
/linux-6.3-rc2/sound/soc/img/ |
A 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.3-rc2/include/trace/events/ |
A D | lock.h | 24 TRACE_EVENT(lock_acquire,
|
/linux-6.3-rc2/drivers/dma-buf/ |
A 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.3-rc2/kernel/locking/ |
A D | lockdep.c | 5634 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire() function 5674 EXPORT_SYMBOL_GPL(lock_acquire);
|
/linux-6.3-rc2/Documentation/locking/ |
A D | lockdep-design.rst | 489 the value of the 'read' parameter for lock_acquire()). In other words, a single
|
Completed in 26 milliseconds