Home
last modified time | relevance | path

Searched refs:acquired (Results 1 – 25 of 105) sorted by relevance

12345

/Linux-v6.1/drivers/reset/
Dcore.c47 bool acquired; member
230 if (!rstc->acquired) in reset_control_array_rearm()
350 if (!rstc->acquired) in reset_control_reset()
418 if (!rstc->acquired) in reset_control_rearm()
478 if (!rstc->acquired) { in reset_control_assert()
548 if (!rstc->acquired) { in reset_control_deassert()
655 if (rstc->acquired) { in reset_control_acquire()
662 if (rc->acquired) { in reset_control_acquire()
669 rstc->acquired = true; in reset_control_acquire()
724 rstc->acquired = false; in reset_control_release()
[all …]
/Linux-v6.1/drivers/gpu/drm/
Ddrm_agpsupport.c63 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_info()
109 if (dev->agp->acquired) in drm_legacy_agp_acquire()
114 dev->agp->acquired = 1; in drm_legacy_agp_acquire()
143 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_release()
146 dev->agp->acquired = 0; in drm_legacy_agp_release()
169 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_enable()
202 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_alloc()
272 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_unbind()
308 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_bind()
347 if (!dev->agp || !dev->agp->acquired) in drm_legacy_agp_free()
[all …]
/Linux-v6.1/include/linux/
Dreset.h46 bool optional, bool acquired);
49 bool optional, bool acquired);
53 bool shared, bool optional, bool acquired);
59 bool optional, bool acquired);
62 bool shared, bool optional, bool acquired);
68 bool acquired);
120 bool optional, bool acquired) in __of_reset_control_get() argument
128 bool acquired) in __reset_control_get() argument
165 bool shared, bool optional, bool acquired) in __reset_control_bulk_get() argument
178 bool acquired) in __devm_reset_control_get() argument
[all …]
Dww_mutex.h58 unsigned int acquired; member
137 ctx->acquired = 0; in ww_acquire_init()
191 DEBUG_LOCKS_WARN_ON(ctx->acquired); in ww_acquire_fini()
201 ctx->acquired = ~0U; in ww_acquire_fini()
/Linux-v6.1/kernel/locking/
Dww_mutex.h208 DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0); in ww_mutex_lock_acquired()
217 ww_ctx->acquired++; in ww_mutex_lock_acquired()
283 if (waiter->ww_ctx->acquired > 0 && __ww_ctx_less(waiter->ww_ctx, ww_ctx)) { in __ww_mutex_die()
324 if (ww_ctx->acquired > 0 && __ww_ctx_less(hold_ctx, ww_ctx)) { in __ww_mutex_wound()
415 if (ww_ctx->acquired > 0) { in __ww_mutex_kill()
448 if (ctx->acquired == 0) in __ww_mutex_check_kill()
563 DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired); in __ww_mutex_unlock()
565 if (lock->ctx->acquired > 0) in __ww_mutex_unlock()
566 lock->ctx->acquired--; in __ww_mutex_unlock()
Dww_rt_mutex.c24 if (ww_ctx->acquired == 0) in ww_mutex_trylock()
56 if (ww_ctx->acquired == 0) in __ww_rt_mutex_lock()
Dmutex.c322 if (ww_ctx->acquired > 0 && READ_ONCE(ww->ctx)) in ww_mutex_spin_on_owner()
594 if (ww_ctx->acquired == 0) in __mutex_lock_common()
660 goto acquired; in __mutex_lock_common()
702 acquired: in __mutex_lock_common()
782 if (ww_ctx->acquired == 0) in ww_mutex_trylock()
873 if (!ret && ctx && ctx->acquired > 1) in ww_mutex_lock()
889 if (!ret && ctx && ctx->acquired > 1) in ww_mutex_lock_interruptible()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_agp.c169 if (rdev->agp->acquired) in radeon_agp_head_acquire()
174 rdev->agp->acquired = 1; in radeon_agp_head_acquire()
180 if (!rdev->agp || !rdev->agp->acquired) in radeon_agp_head_release()
183 rdev->agp->acquired = 0; in radeon_agp_head_release()
189 if (!rdev->agp || !rdev->agp->acquired) in radeon_agp_head_enable()
202 if (!rdev->agp || !rdev->agp->acquired) in radeon_agp_head_info()
369 if (rdev->agp && rdev->agp->acquired) { in radeon_agp_fini()
/Linux-v6.1/drivers/acpi/acpica/
Devglock.c174 u8 acquired = FALSE; in acpi_ev_acquire_global_lock() local
217 ACPI_ACQUIRE_GLOBAL_LOCK(acpi_gbl_FACS, acquired); in acpi_ev_acquire_global_lock()
218 if (acquired) { in acpi_ev_acquire_global_lock()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c93 OUTP_TRACE(outp, "release %02x &= %02x %p", outp->acquired, ~user, ior); in nvkm_outp_release()
95 outp->acquired &= ~user; in nvkm_outp_release()
96 if (!outp->acquired) { in nvkm_outp_release()
111 outp->acquired |= user; in nvkm_outp_acquire_ior()
149 OUTP_TRACE(outp, "acquire %02x |= %02x %p", outp->acquired, user, ior); in nvkm_outp_acquire()
151 outp->acquired |= user; in nvkm_outp_acquire()
Doutp.h26 u8 acquired:2; member
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dagp.c46 if (pci->agp.acquired) { in nvkm_agp_fini()
48 pci->agp.acquired = false; in nvkm_agp_fini()
93 pci->agp.acquired = true; in nvkm_agp_init()
/Linux-v6.1/tools/perf/Documentation/
Dperf-lock.txt67 Sorting key. Possible values: acquired (default), contended,
73 customize that using this. Possible values: acquired, contended,
84 $ perf lock report -t -F acquired,contended,avg_wait
86 Name acquired contended avg wait (ns)
/Linux-v6.1/include/acpi/platform/
Dacenv.h249 #define ACPI_ACQUIRE_GLOBAL_LOCK(Glptr, acquired) acquired = 1 argument
/Linux-v6.1/Documentation/sound/cards/
Dimg-spdif-in.rst39 acquired
49 This control is used to change the threshold at which a lock is acquired.
/Linux-v6.1/Documentation/filesystems/
Ddirectory-locking.rst82 the order until we had acquired all locks).
84 (3) locks on non-directory objects are acquired only after locks on
85 directory objects, and are acquired in inode pointer order.
119 to (2) the order hadn't changed since we had acquired filesystem lock.
133 we had acquired filesystem lock and rename() would fail with -ELOOP in that
/Linux-v6.1/Documentation/locking/
Dww-mutex-design.rst65 acquired when starting the lock acquisition. This ticket is stored in the
79 killed its transaction after having dropped all already acquired locks.
84 contending lock (after having dropped all other already acquired locks) will
85 work correctly. After all if no other ww mutex has been acquired yet there's
94 - When full debugging is enabled ww_mutex_lock_slow checks that all acquired
97 slowpath until the contended lock can be acquired).
262 objects acquired with the fixed list. But the w/w mutex debug checks will catch
347 other locks acquired already (ctx->acquired > 0). Note that this waiter
Dlockdep-design.rst78 '.' acquired while irqs disabled and not in irq context
79 '-' acquired in irq context
80 '+' acquired with irqs enabled
81 '?' acquired in irq context with irqs enabled.
89 || \--> acquired in softirq context
91 \----> acquired in hardirq context
94 For a given STATE, whether the lock is ever acquired in that STATE
118 is irq-unsafe means it was ever acquired with irq enabled.
128 cannot be ever acquired with irq enabled (irq-unsafe). Otherwise, a
130 was acquired but before released, if the context is interrupted this
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/net/dsa/
Dvitesse,vsc73xx.txt5 The Vitesse company has been acquired by Microsemi and Microsemi has
6 been acquired Microchip but retains this vendor branding.
/Linux-v6.1/tools/memory-model/litmus-tests/
DMP+polockmbonce+poacquiresilsil.litmus10 * executed before the lock was acquired (loosely speaking).
DMP+polockonce+poacquiresilsil.litmus9 * the smp_load_acquire() executed before the lock was acquired (loosely
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dpci.h25 bool acquired; member
/Linux-v6.1/Documentation/RCU/
DUP.rst116 Any lock that is acquired within an RCU callback must be acquired
118 For example, if "mylock" is acquired by an RCU callback, then
/Linux-v6.1/arch/arm/boot/dts/
Dgemini-sl93512r.dts5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor.
6 * The series were later acquired by Cortina Systems.
/Linux-v6.1/Documentation/driver-api/driver-model/
Ddevres.rst58 drivers using devres. For example, coherent DMA memory is acquired
101 detached. If most resources are acquired using managed interface, a
150 groups are released. One usage is to rollback series of acquired

12345