Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/gpu/drm/
Ddrm_agpsupport.c58 if (!dev->agp || !dev->agp->acquired) in drm_agp_info()
103 if (dev->agp->acquired) in drm_agp_acquire()
107 dev->agp->acquired = 1; in drm_agp_acquire()
141 if (!dev->agp || !dev->agp->acquired) in drm_agp_release()
144 dev->agp->acquired = 0; in drm_agp_release()
167 if (!dev->agp || !dev->agp->acquired) in drm_agp_enable()
205 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc()
279 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind()
320 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind()
363 if (!dev->agp || !dev->agp->acquired) in drm_agp_free()
Ddrm_drv.c211 if (dev->agp->acquired) in drm_lastclose()
214 dev->agp->acquired = 0; in drm_lastclose()
/linux-3.4.99/drivers/acpi/acpica/
Devglock.c207 u8 acquired = FALSE; in acpi_ev_acquire_global_lock() local
250 ACPI_ACQUIRE_GLOBAL_LOCK(acpi_gbl_FACS, acquired); in acpi_ev_acquire_global_lock()
251 if (acquired) { in acpi_ev_acquire_global_lock()
/linux-3.4.99/Documentation/filesystems/
Ddirectory-locking57 the order until we had acquired all locks).
60 that lock is acquired after all other locks. (Proof: see descriptions
88 to (2) the order hadn't changed since we had acquired filesystem lock.
102 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
/linux-3.4.99/tools/perf/Documentation/
Dperf-lock.txt50 Sorting key. Possible values: acquired (default), contended,
/linux-3.4.99/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.
193 a CPU-hotplug notifier, or while holding a lock that is acquired
312 12. Any lock acquired by an RCU callback must be acquired elsewhere
/linux-3.4.99/Documentation/
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
Dfutex-requeue-pi.txt70 /* the kernel acquired the 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
Dmutex-design.txt112 nor can they be unlocked from a different context that which acquired
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
/linux-3.4.99/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-3.4.99/drivers/gpu/drm/radeon/
Dradeon_agp.c277 if (rdev->ddev->agp && rdev->ddev->agp->acquired) { in radeon_agp_fini()
/linux-3.4.99/Documentation/vm/
Dlocking97 The swap_lock is a spinlock, and is never acquired from intr level.
125 To preserve the sum of the counts, the page lock _must_ be acquired before
/linux-3.4.99/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-3.4.99/Documentation/serial/
Ddigiepca.txt5 This driver requires a number of user-space tools. They can be acquired from
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_mem.c188 if (dev->agp->acquired) in nouveau_mem_gart_fini()
191 dev->agp->acquired = 0; in nouveau_mem_gart_fini()
289 if (!dev->agp->acquired) { in nouveau_mem_init_agp()
/linux-3.4.99/fs/jffs2/
DREADME.Locking121 c->erase_completion has to be acquired first.
/linux-3.4.99/fs/ocfs2/
Ddlmglue.c2288 int status, level, acquired; in ocfs2_inode_lock_full_nested() local
2301 acquired = 0; in ocfs2_inode_lock_full_nested()
2331 acquired = 1; in ocfs2_inode_lock_full_nested()
2380 if (acquired) in ocfs2_inode_lock_full_nested()
/linux-3.4.99/tools/perf/
Dbuiltin-lock.c239 DEF_KEY_LOCK(acquired, nr_acquired),
/linux-3.4.99/Documentation/scsi/
DFlashPoint.txt103 especially when a company is being acquired, and so it's taken until now

12