/Linux-v4.19/drivers/gpu/drm/ |
D | drm_agpsupport.c | 57 if (!dev->agp || !dev->agp->acquired) in drm_agp_info() 101 if (dev->agp->acquired) in drm_agp_acquire() 106 dev->agp->acquired = 1; in drm_agp_acquire() 139 if (!dev->agp || !dev->agp->acquired) in drm_agp_release() 142 dev->agp->acquired = 0; in drm_agp_release() 165 if (!dev->agp || !dev->agp->acquired) in drm_agp_enable() 202 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc() 276 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind() 316 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind() 359 if (!dev->agp || !dev->agp->acquired) in drm_agp_free() [all …]
|
/Linux-v4.19/kernel/locking/ |
D | mutex.c | 306 DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0); in ww_mutex_lock_acquired() 315 ww_ctx->acquired++; in ww_mutex_lock_acquired() 346 if (waiter->ww_ctx->acquired > 0 && in __ww_mutex_die() 386 if (ww_ctx->acquired > 0 && __ww_ctx_stamp_after(hold_ctx, ww_ctx)) { in __ww_mutex_wound() 493 if (ww_ctx->acquired > 0 && READ_ONCE(ww->ctx)) in ww_mutex_spin_on_owner() 736 DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired); in ww_mutex_unlock() 738 if (lock->ctx->acquired > 0) in ww_mutex_unlock() 739 lock->ctx->acquired--; in ww_mutex_unlock() 751 if (ww_ctx->acquired > 0) { in __ww_mutex_kill() 785 if (ctx->acquired == 0) in __ww_mutex_check_kill() [all …]
|
/Linux-v4.19/include/linux/ |
D | ww_mutex.h | 34 unsigned int acquired; member 134 ctx->acquired = 0; in ww_acquire_init() 187 DEBUG_LOCKS_WARN_ON(ctx->acquired); in ww_acquire_fini() 197 ctx->acquired = ~0U; in ww_acquire_fini()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.c | 92 OUTP_TRACE(outp, "release %02x &= %02x %p", outp->acquired, ~user, ior); in nvkm_outp_release() 94 outp->acquired &= ~user; in nvkm_outp_release() 95 if (!outp->acquired) { in nvkm_outp_release() 110 outp->acquired |= user; in nvkm_outp_acquire_ior() 121 OUTP_TRACE(outp, "acquire %02x |= %02x %p", outp->acquired, user, ior); in nvkm_outp_acquire() 123 outp->acquired |= user; in nvkm_outp_acquire()
|
D | outp.h | 24 u8 acquired:2; member
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | evglock.c | 174 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-v4.19/drivers/i2c/busses/ |
D | i2c-designware-baytrail.c | 23 static unsigned long acquired; variable 104 acquired = jiffies; in baytrail_i2c_acquire() 138 jiffies_to_msecs(jiffies - acquired)); in baytrail_i2c_release()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | agp.c | 46 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-v4.19/include/acpi/platform/ |
D | acenv.h | 238 #define ACPI_ACQUIRE_GLOBAL_LOCK(Glptr, acquired) acquired = 1 argument
|
/Linux-v4.19/drivers/tty/ |
D | tty_ldsem.c | 323 lock_stat(sem, acquired); in __ldsem_down_read_nested() 342 lock_stat(sem, acquired); in __ldsem_down_write_nested() 366 lock_stat(sem, acquired); in ldsem_down_read_trylock() 392 lock_stat(sem, acquired); in ldsem_down_write_trylock()
|
/Linux-v4.19/Documentation/devicetree/bindings/net/dsa/ |
D | vitesse,vsc73xx.txt | 5 The Vitesse company has been acquired by Microsemi and Microsemi in turn 6 acquired by Microchip but retains this vendor branding.
|
/Linux-v4.19/Documentation/sound/cards/ |
D | img-spdif-in.rst | 39 acquired 49 This control is used to change the threshold at which a lock is acquired.
|
/Linux-v4.19/Documentation/filesystems/ |
D | directory-locking | 72 the order until we had acquired all locks). 74 (3) locks on non-directory objects are acquired only after locks on 75 directory objects, and are acquired in inode pointer order. 109 to (2) the order hadn't changed since we had acquired filesystem lock. 123 we had acquired filesystem lock and rename() would fail with -ELOOP in that
|
/Linux-v4.19/Documentation/locking/ |
D | ww-mutex-design.txt | 64 acquired when starting the lock acquisition. This ticket is stored in the 78 killed its transaction after having dropped all already acquired locks. 83 contending lock (after having dropped all other already acquired locks) will 84 work correctly. After all if no other ww mutex has been acquired yet there's 92 - When full debugging is enabled ww_mutex_lock_slow checks that all acquired 95 slowpath until the contended lock can be acquired). 258 objects acquired with the fixed list. But the w/w mutex debug checks will catch 340 other locks acquired already (ctx->acquired > 0). Note that this waiter
|
D | lockdep-design.txt | 57 '.' acquired while irqs disabled and not in irq context 58 '-' acquired in irq context 59 '+' acquired with irqs enabled 60 '?' acquired in irq context with irqs enabled. 81 The same lock-class must not be acquired twice, because this could lead
|
/Linux-v4.19/tools/memory-model/litmus-tests/ |
D | MP+polockonce+poacquiresilsil.litmus | 9 * the smp_load_acquire() executed before the lock was acquired (loosely
|
D | MP+polockmbonce+poacquiresilsil.litmus | 10 * executed before the lock was acquired (loosely speaking).
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | pci.h | 25 bool acquired; member
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | gemini.txt | 9 Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was 11 in turn acquired by Inphi, who seem to have discontinued this product family.
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 109 Any lock that is acquired within an RCU callback must be 110 acquired elsewhere using an _irq variant of the spinlock 111 primitive. For example, if "mylock" is acquired by an
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-lock.txt | 54 Sorting key. Possible values: acquired (default), contended,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | resource.h | 173 bool acquired);
|
/Linux-v4.19/include/drm/ |
D | drm_agpsupport.h | 22 int acquired; member
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | gemini-sl93512r.dts | 5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor. 6 * The series were later acquired by Cortina Systems.
|
/Linux-v4.19/Documentation/networking/ |
D | xfrm_proc.txt | 52 State hasn't been fully acquired before use
|