Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_agpsupport.c59 if (!dev->agp || !dev->agp->acquired) in drm_agp_info()
104 if (dev->agp->acquired) in drm_agp_acquire()
108 dev->agp->acquired = 1; in drm_agp_acquire()
142 if (!dev->agp || !dev->agp->acquired) in drm_agp_release()
145 dev->agp->acquired = 0; in drm_agp_release()
168 if (!dev->agp || !dev->agp->acquired) in drm_agp_enable()
206 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc()
278 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind()
319 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind()
362 if (!dev->agp || !dev->agp->acquired) in drm_agp_free()
[all …]
/linux-4.1.27/include/linux/
Dww_mutex.h30 unsigned acquired; member
124 ctx->acquired = 0; in ww_acquire_init()
175 DEBUG_LOCKS_WARN_ON(ctx->acquired); in ww_acquire_fini()
185 ctx->acquired = ~0U; in ww_acquire_fini()
/linux-4.1.27/drivers/acpi/acpica/
Devglock.c208 u8 acquired = FALSE; in acpi_ev_acquire_global_lock() local
251 ACPI_ACQUIRE_GLOBAL_LOCK(acpi_gbl_FACS, acquired); in acpi_ev_acquire_global_lock()
252 if (acquired) { in acpi_ev_acquire_global_lock()
/linux-4.1.27/drivers/i2c/busses/
Di2c-designware-baytrail.c30 static unsigned long acquired; variable
93 acquired = jiffies; in baytrail_i2c_acquire()
127 jiffies_to_msecs(jiffies - acquired)); in baytrail_i2c_release()
/linux-4.1.27/kernel/locking/
Dmutex.c137 DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0); in ww_mutex_lock_acquired()
146 ww_ctx->acquired++; in ww_mutex_lock_acquired()
325 if (use_ww_ctx && ww_ctx->acquired > 0) { in mutex_optimistic_spin()
461 DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired); in ww_mutex_unlock()
463 if (lock->ctx->acquired > 0) in ww_mutex_unlock()
464 lock->ctx->acquired--; in ww_mutex_unlock()
571 if (use_ww_ctx && ww_ctx->acquired > 0) { in __mutex_lock_common()
689 if (!ret && ctx->acquired > 1) in __ww_mutex_lock()
705 if (!ret && ctx->acquired > 1) in __ww_mutex_lock_interruptible()
/linux-4.1.27/drivers/tty/
Dtty_ldsem.c336 lock_stat(sem, acquired); in __ldsem_down_read_nested()
355 lock_stat(sem, acquired); in __ldsem_down_write_nested()
379 lock_stat(sem, acquired); in ldsem_down_read_trylock()
405 lock_stat(sem, acquired); in ldsem_down_write_trylock()
/linux-4.1.27/Documentation/filesystems/
Ddirectory-locking64 the order until we had acquired all locks).
66 (3) locks on non-directory objects are acquired only after locks on
67 directory objects, and are acquired in inode pointer order.
101 to (2) the order hadn't changed since we had acquired filesystem lock.
115 we had acquired filesystem lock and rename() would fail with -ELOOP in that
Dafs.txt207 not acquired then all operations will be governed by the anonymous user parts
210 If a key is acquired, then all AFS operations, including mounts and automounts,
Ddlmfs.txt67 request for an already acquired lock will not generate another DLM
Dpath-lookup.txt16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
DLocking378 be entirely unrelated to the one on which the lock is being acquired.
Dvfs.txt957 This is called when a path-walk ends at dentry that was not acquired by
Dproc.txt1213 autoprobe Any IEEE-1284 device ID information that has been acquired.
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt48 acquired when starting the lock acquisition. This ticket is stored in the
60 after having dropped all already acquired locks. These functions have the
65 contending lock (after having dropped all other already acquired locks) will
66 work correctly. After all if no other ww mutex has been acquired yet there's
74 - When full debugging is enabled ww_mutex_lock_slow checks that all acquired
77 slowpath until the contended lock can be acquired).
234 objects acquired with the fixed list. But the w/w mutex debug checks will catch
Dlockdep-design.txt57 '.' 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
Dlocktorture.txt119 (C): Number of times the lock was acquired.
Dmutex-design.txt76 (iii) slowpath: last resort, if the lock is still unable to be acquired,
/linux-4.1.27/include/acpi/platform/
Dacenv.h251 #define ACPI_ACQUIRE_GLOBAL_LOCK(Glptr, acquired) acquired = 1 argument
/linux-4.1.27/tools/perf/Documentation/
Dperf-lock.txt50 Sorting key. Possible values: acquired (default), contended,
/linux-4.1.27/Documentation/RCU/
DUP.txt109 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
Dchecklist.txt74 locks (that are acquired by both readers and writers)
77 some other lock acquired only by updaters, if desired.
197 a CPU-hotplug notifier, or while holding a lock that is acquired
336 12. Any lock acquired by an RCU callback must be acquired elsewhere
DwhatisRCU.txt277 it was acquired is just as illegal as doing so with normal
611 be recursively acquired. Note also that rcu_read_lock() is immune
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt56 drivers using devres. For example, coherent DMA memory is acquired
99 detached. If most resources are acquired using managed interface, a
141 groups are released. One usage is to rollback series of acquired
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_agp.c192 if (dev->agp && dev->agp->acquired) in nouveau_agp_fini()
/linux-4.1.27/include/drm/
Ddrm_agpsupport.h24 int acquired; member
/linux-4.1.27/Documentation/
Dfutex-requeue-pi.txt70 /* the kernel acquired the mutex for us */
120 the lock can be acquired at this stage as well, if so, the next
Drobust-futexes.txt8 noncontended case can be acquired/released from userspace without having
105 list is done after the futex is acquired by glibc, there is a few
195 Otherwise, robust futexes are acquired by glibc by putting the TID into
Dpreempt-locking.txt57 A lock acquired in one task must be released by the same task. This
Dpi-futex.txt98 blocks. Once it returns, it has the mutex acquired, and it sets the
Dparport.txt169 acquired from the (non-IEEE 1284.3) device.
Datomic_ops.txt630 spinlock being acquired.
Dkernel-docs.txt373 access them, how each lock is acquired, under what conditions it
DDMA-API-HOWTO.txt116 If you acquired your memory via the page allocator
Ddevices.txt3318 are acquired in the following order, and released in the reverse:
Dkernel-parameters.txt3409 and the less frequently locks need to be acquired.
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_agp.c273 if (rdev->ddev->agp && rdev->ddev->agp->acquired) { in radeon_agp_fini()
/linux-4.1.27/drivers/block/paride/
DTransition-notes46 the moment when pi_spinlock has been acquired.
86 0 when pd_next_buf() had acquired pd_lock. If it become 0 while
/linux-4.1.27/Documentation/arm/Marvell/
DREADME188 Intel and acquired by Marvell in ~2006. The PXA21x, PXA25x,
226 Intel and acquired by Marvell in ~2006. All the processors of
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt128 from an array acquired with gpiod_get_array().
336 gpio_to_desc() must have been properly acquired, and usage of the returned GPIO
/linux-4.1.27/scripts/
Dspelling.txt34 accquired||acquired
104 aquired||acquired
/linux-4.1.27/fs/jffs2/
DREADME.Locking118 c->erase_completion has to be acquired first.
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt119 acquired twice in the asynchronous case.
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c2324 int status, level, acquired; in ocfs2_inode_lock_full_nested() local
2337 acquired = 0; in ocfs2_inode_lock_full_nested()
2367 acquired = 1; in ocfs2_inode_lock_full_nested()
2416 if (acquired) in ocfs2_inode_lock_full_nested()
/linux-4.1.27/tools/perf/
Dbuiltin-lock.c249 DEF_KEY_LOCK(acquired, nr_acquired),
/linux-4.1.27/Documentation/scsi/
DFlashPoint.txt103 especially when a company is being acquired, and so it's taken until now
Dscsi_eh.txt307 reaches here, sense data is acquired and
DBusLogic.txt22 BusLogic was acquired by Mylex Corporation in February 1996, but the products
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt102 It is to be noted here that the pm_mutex lock is acquired at the very
Dfreezing-of-tasks.txt215 successfully acquired the 'pm_mutex' lock, and hence that other entity failed
/linux-4.1.27/Documentation/trace/
Dcoresight.txt172 The next field, "struct coresight_platform_data *pdata" is acquired by calling
/linux-4.1.27/Documentation/development-process/
D4.Coding257 mutex) in the system, the order in which locks are acquired relative to
259 ensure that locks are always acquired in the same order, that the same
/linux-4.1.27/drivers/gpu/drm/mga/
Dmga_dma.c966 if ((dev->agp != NULL) && dev->agp->acquired) in mga_do_cleanup_dma()
/linux-4.1.27/Documentation/networking/
Dixgb.txt173 originally acquired from settings published at http://www.spec.org/web99/ for
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt250 is successfully acquired, the enumerator allocates a new rio_dev structure and
/linux-4.1.27/lib/
Dlocking-selftest.c1286 t.acquired = 0; in ww_test_object_lock_unbalanced()
DKconfig.debug1037 CONFIG_LOCK_STAT defines "contended" and "acquired" lock events.
/linux-4.1.27/Documentation/video4linux/bttv/
DCards854 acquired by Singapore Technologies
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt309 A reference to the entity will be automatically acquired/released when the
708 A reference to the entity will be automatically acquired/released when the
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt545 If the mmap semaphore cannot be acquired, we are not sure whether the page
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c1308 goto acquired; in qla25xx_manipulate_risc_semaphore()
1331 acquired: in qla25xx_manipulate_risc_semaphore()