Home
last modified time | relevance | path

Searched full:acquire (Results 1 – 25 of 1125) sorted by relevance

12345678910>>...45

/Linux-v6.1/include/linux/
Dww_mutex.h109 * ww_acquire_init - initialize a w/w acquire context
110 * @ctx: w/w acquire context to initialize
113 * Initializes an context to acquire multiple mutexes of the given w/w class.
125 * Nesting of acquire contexts for _different_ w/w classes is possible, subject
128 * An acquire context must be released with ww_acquire_fini by the same task
158 * ww_acquire_done - marks the end of the acquire phase
159 * @ctx: the acquire context
161 * Marks the end of the acquire phase, any further w/w mutex lock calls using
165 * code and clearly designated the acquire phase from actually using the locked
179 * ww_acquire_fini - releases a w/w acquire context
[all …]
Datomic.h16 * - Acquire: Provides ACQUIRE semantics, _acquire suffix.
20 * For compound atomics performing both a load and a store, ACQUIRE
25 * See Documentation/memory-barriers.txt for ACQUIRE/RELEASE definitions.
35 * The idea here is to build acquire/release variants by adding explicit
Dlocal_lock.h13 * local_lock - Acquire a per CPU local lock
19 * local_lock_irq - Acquire a per CPU local lock and disable interrupts
25 * local_lock_irqsave - Acquire a per CPU local lock, save and disable
/Linux-v6.1/tools/memory-model/
Dlinux-kernel.def12 // Release Acquire and friends
14 smp_load_acquire(X) __load{acquire}(*X)
33 xchg_acquire(X,V) __xchg{acquire}(X,V)
36 cmpxchg_acquire(X,V,W) __cmpxchg{acquire}(X,V,W)
70 atomic_add_return_acquire(V,X) __atomic_op_return{acquire}(X,+,V)
74 atomic_fetch_add_acquire(V,X) __atomic_fetch_op{acquire}(X,+,V)
79 atomic_inc_return_acquire(X) __atomic_op_return{acquire}(X,+,1)
83 atomic_fetch_inc_acquire(X) __atomic_fetch_op{acquire}(X,+,1)
88 atomic_sub_return_acquire(V,X) __atomic_op_return{acquire}(X,-,V)
92 atomic_fetch_sub_acquire(V,X) __atomic_fetch_op{acquire}(X,-,V)
[all …]
/Linux-v6.1/kernel/locking/
Dsemaphore.c23 * The ->count variable represents how many more tasks can acquire this
44 * down - acquire the semaphore
47 * Acquires the semaphore. If no more tasks are allowed to acquire the
69 * down_interruptible - acquire the semaphore unless interrupted
72 * Attempts to acquire the semaphore. If no more tasks are allowed to
73 * acquire the semaphore, calling this function will put the task to sleep.
95 * down_killable - acquire the semaphore unless killed
98 * Attempts to acquire the semaphore. If no more tasks are allowed to
99 * acquire the semaphore, calling this function will put the task to sleep.
122 * down_trylock - try to acquire the semaphore, without waiting
[all …]
Dmcs_spinlock.h9 * to acquire the lock spinning on a local variable.
26 * Using smp_cond_load_acquire() provides the acquire semantics
58 * In order to acquire the lock, the caller should declare a local node and
76 * observation of @node. And to provide the ACQUIRE ordering associated in mcs_spin_lock()
84 * However, since this thread can immediately acquire the lock in mcs_spin_lock()
99 * was used to acquire the lock.
Dqrwlock.c18 * queued_read_lock_slowpath - acquire read lock of a queued rwlock
30 * so spin with ACQUIRE semantics until the lock is available in queued_read_lock_slowpath()
47 * The ACQUIRE semantics of the following spinning code ensure in queued_read_lock_slowpath()
63 * queued_write_lock_slowpath - acquire write lock of a queued rwlock
75 /* Try to acquire the lock directly if no reader is present */ in queued_write_lock_slowpath()
Dmutex.c229 * __mutex_trylock() provides a matching ACQUIRE semantics for the handoff.
261 * mutex_lock - acquire the mutex
457 * acquire the mutex all at once, the spinners need to take a in mutex_optimistic_spin()
467 /* Try to acquire the mutex... */ in mutex_optimistic_spin()
552 * ww_mutex_lock* functions (with or without an acquire context). It is
553 * forbidden to release the locks after releasing the acquire context.
619 * After waiting to acquire the wait_lock, try again. in __mutex_lock_common()
687 * or we must see its unlock and acquire. in __mutex_lock_common()
758 * ww_mutex_trylock - tries to acquire the w/w mutex with optional acquire context
760 * @ww_ctx: optional w/w acquire context
[all …]
/Linux-v6.1/tools/memory-model/litmus-tests/
DREADME46 and load-acquire replaced with READ_ONCE().
49 Can a release-acquire chain order a prior store against
58 Does a release-acquire pair suffice for the load-buffering
64 and load-acquire replaced with READ_ONCE().
75 in one process, and use an acquire load followed by a pair of
80 acquire load followed by a pair of spin_is_locked() calls
91 As below, but with a release-acquire chain.
134 As below, but without the smp_wmb() and acquire load.
137 Can a smp_wmb(), instead of a release, and an acquire order
157 Is the ordering provided by a release-acquire chain sufficient
[all …]
DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus6 * This litmus test demonstrates that a release-acquire chain suffices
8 * that the release-acquire chain suffices is because in all but one
11 * (AKA non-rf) link, so release-acquire is all that is needed.
/Linux-v6.1/Documentation/sound/cards/
Dimg-spdif-in.rst19 * name='SPDIF In Multi Frequency Acquire',index=0
20 * name='SPDIF In Multi Frequency Acquire',index=1
21 * name='SPDIF In Multi Frequency Acquire',index=2
22 * name='SPDIF In Multi Frequency Acquire',index=3
47 * name='SPDIF In Lock Acquire Threshold',index=0
/Linux-v6.1/include/drm/
Ddrm_modeset_lock.h35 * @ww_ctx: base acquire ctx
42 * Each thread competing for a set of locks must use one acquire
152 * DRM_MODESET_LOCK_ALL_BEGIN - Helper to acquire modeset locks
154 * @ctx: local modeset acquire context, will be dereferenced
167 * Drivers can acquire additional modeset locks. If any lock acquisition
187 * @ctx: local modeset acquire context, will be dereferenced
198 * successfully acquire the locks, ret will be whatever your code sets it to. If
199 * there is a deadlock or other failure with acquire or backoff, ret will be set
/Linux-v6.1/Documentation/driver-api/soundwire/
Dlocking.rst42 a. Acquire Message lock.
59 <-------------------------------+ a. Acquire Message lock
72 1. Acquire lock for Bus instance associated with Master 1.
76 a. Acquire Message lock.
93 <-------------------------------+ 1. Acquire bus lock
98 <-------------------------------+ a. Acquire Message lock
/Linux-v6.1/tools/memory-model/Documentation/
Dglossary.txt27 Acquire: With respect to a lock, acquiring that lock, for example,
31 An example special acquire operation is smp_load_acquire(),
33 acquire loads.
35 When an acquire load returns the value stored by a release store
36 to that same variable, (in other words, the acquire load "reads
38 store "happen before" any operations following that load acquire.
163 See also "Acquire" and "Release".
173 See also "Acquire" and "Relaxed".
/Linux-v6.1/Documentation/locking/
Dww-mutex-design.rst63 Acquire context: To ensure eventual forward progress it is important that a task
64 trying to acquire locks doesn't grab a new reservation id, but keeps the one it
66 acquire context. Furthermore the acquire context keeps track of debugging state
67 to catch w/w mutex interface abuse. An acquire context is representing a
71 w/w mutexes, since it is required to initialize the acquire context. The lock
74 Furthermore there are three different class of w/w lock acquire functions:
99 * Functions to only acquire a single w/w mutex, which results in the exact same
103 Again this is not strictly required. But often you only want to acquire a
104 single lock in which case it's pointless to set up an acquire context (and so
119 Three different ways to acquire locks within the same w/w class. Common
[all …]
Dfutex-requeue-pi.rst91 to be able to acquire the rt_mutex before returning to user space.
93 acquire the rt_mutex as it would open a race window between the
99 allow the requeue code to acquire an uncontended rt_mutex on behalf
115 requeueing, futex_requeue() attempts to acquire the requeue target
127 tasks as it can acquire the lock for, which in the majority of cases
129 either pthread_cond_broadcast() or pthread_cond_signal() acquire the
Dmutex-design.rst40 (i) fastpath: tries to atomically acquire the lock by cmpxchg()ing the owner with
54 to acquire the lock spinning on a local variable. It avoids expensive
97 - Point-of-acquire tracking, symbolic lookup of function names,
115 Acquire the mutex, uninterruptible::
121 Acquire the mutex, interruptible::
127 Acquire the mutex, interruptible, if dec to 0::
/Linux-v6.1/drivers/gpu/drm/
Ddrm_modeset_lock.c35 * to use &ww_mutex and acquire-contexts to avoid deadlocks. But because
37 * of extra utility/tracking out of our acquire-ctx. This is provided
238 * drm_modeset_acquire_init - initialize acquire context
239 * @ctx: the acquire context
259 * drm_modeset_acquire_fini - cleanup acquire context
260 * @ctx: the acquire context
270 * @ctx: the acquire context
272 * Drop all locks currently held against this acquire context.
336 * @ctx: the acquire context
377 * @ctx: acquire ctx
[all …]
/Linux-v6.1/tools/perf/util/
Dlock-contention.h40 * UNINITIALIZED is required for detecting first event of acquire.
42 * that the first event for the locks are acquire,
62 * 1) acquire -> acquired -> release
63 * 2) acquire -> contended -> acquired -> release
64 * 3) acquire (with read or try) -> release
/Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/
Duncore-other.json48 …ites (and write prefetches) that are outstanding in the uncore trying to acquire ownership in each…
58 …ites (and write prefetches) that are outstanding in the uncore trying to acquire ownership in each…
349 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
359 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
369 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
374 "BriefDescription": "R2PCIe IIO Failed to Acquire a Credit; DRS",
379 …he number of times that a request pending in the BL Ingress attempted to acquire either a NCB or N…
384 "BriefDescription": "R2PCIe IIO Failed to Acquire a Credit; NCB",
389 …he number of times that a request pending in the BL Ingress attempted to acquire either a NCB or N…
394 "BriefDescription": "R2PCIe IIO Failed to Acquire a Credit; NCS",
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_i225.c9 * igc_acquire_nvm_i225 - Acquire exclusive access to EEPROM
12 * Acquire the necessary semaphores for exclusive access to the EEPROM.
35 * igc_get_hw_semaphore_i225 - Acquire hardware semaphore
38 * Acquire the HW semaphore to access the PHY or NVM
102 * igc_acquire_swfw_sync_i225 - Acquire SW/FW semaphore
104 * @mask: specifies which semaphore to acquire
106 * Acquire the SW/FW semaphore to access the PHY or NVM. The mask
150 * @mask: specifies which semaphore to acquire
200 status = hw->nvm.ops.acquire(hw); in igc_read_nvm_srrd_i225()
298 status = hw->nvm.ops.acquire(hw); in igc_write_nvm_srwr_i225()
[all …]
/Linux-v6.1/Documentation/translations/ko_KR/
Dmemory-barriers.txt104 - Acquire vs 메모리 액세스.
489 (5) ACQUIRE 오퍼레이션.
491 이 타입의 오퍼레이션은 단방향의 투과성 배리어처럼 동작합니다. ACQUIRE
492 오퍼레이션 뒤의 모든 메모리 오퍼레이션들이 ACQUIRE 오퍼레이션 후에
495 ACQUIRE 오퍼레이션에 포함됩니다.
497 ACQUIRE 오퍼레이션 앞의 메모리 오퍼레이션들은 ACQUIRE 오퍼레이션 완료 후에
500 ACQUIRE 오퍼레이션은 거의 항상 RELEASE 오퍼레이션과 짝을 지어 사용되어야
515 ACQUIRE 와 RELEASE 오퍼레이션의 사용은 일반적으로 다른 메모리 배리어의
516 필요성을 없앱니다. 또한, RELEASE+ACQUIRE 조합은 범용 메모리 배리어처럼
519 뒤이어 같은 변수에 대해 수행된 ACQUIRE 오퍼레이션을 뒤따르는 메모리
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-other.json48 …ites (and write prefetches) that are outstanding in the uncore trying to acquire ownership in each…
58 …ites (and write prefetches) that are outstanding in the uncore trying to acquire ownership in each…
236 …equests behind it in the switch queue will lose ownership and have to re-acquire it later when the…
359 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
369 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
379 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
384 "BriefDescription": "R2PCIe IIO Failed to Acquire a Credit; DRS",
389 …he number of times that a request pending in the BL Ingress attempted to acquire either a NCB or N…
399 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
409 … use. Transactions from the BL ring going into the IIO Agent must first acquire a credit. These …
[all …]
/Linux-v6.1/drivers/remoteproc/
Dqcom_q6v5.c275 dev_err(&pdev->dev, "failed to acquire wdog IRQ\n"); in qcom_q6v5_init()
288 dev_err(&pdev->dev, "failed to acquire fatal IRQ\n"); in qcom_q6v5_init()
301 dev_err(&pdev->dev, "failed to acquire ready IRQ\n"); in qcom_q6v5_init()
314 dev_err(&pdev->dev, "failed to acquire handover IRQ\n"); in qcom_q6v5_init()
328 dev_err(&pdev->dev, "failed to acquire stop-ack IRQ\n"); in qcom_q6v5_init()
334 dev_err(&pdev->dev, "failed to acquire stop state\n"); in qcom_q6v5_init()
343 "failed to acquire load state\n"); in qcom_q6v5_init()
356 "failed to acquire interconnect path\n"); in qcom_q6v5_init()
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_wakeref.h67 * intel_wakeref_get: Acquire the wakeref
70 * Acquire a hold on the wakeref. The first user to do so, will acquire
91 * __intel_wakeref_get: Acquire the wakeref, again
107 * intel_wakeref_get_if_in_use: Acquire the wakeref
110 * Acquire a hold on the wakeref, but only if the wakeref is already

12345678910>>...45