Home
last modified time | relevance | path

Searched full:acquired (Results 1 – 25 of 77) sorted by relevance

1234

/Documentation/devicetree/bindings/gnss/
Dsirfstar.yaml15 2004 and used in a lot of dedicated GPS devices. In 2009 SiRF was acquired
17 acquired by Samsung, while some products remained with CSR. In 2014 CSR
18 was acquired by Qualcomm who still sell some of the SiRF products.
/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 …]
Dfutex-requeue-pi.rst71 /* the kernel acquired the mutex for us */
121 the lock can be acquired at this stage as well, if so, the next
Drobust-futexes.rst12 noncontended case can be acquired/released from userspace without having
109 list is done after the futex is acquired by glibc, there is a few
199 Otherwise, robust futexes are acquired by glibc by putting the TID into
Dlocktypes.rst29 Sleeping locks can only be acquired in preemptible task context.
92 The context (task) that acquired the lock must release it.
417 allowing things like per-CPU interrupt disabled locks to be acquired.
526 per-CPU spinlock_t means that they cannot be acquired while holding a raw
/Documentation/sound/cards/
Dimg-spdif-in.rst39 acquired
49 This control is used to change the threshold at which a lock is acquired.
/Documentation/devicetree/bindings/arm/
Dgemini.yaml16 Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was
18 in turn acquired by Inphi, who seem to have discontinued this product family.
Dsyna.txt4 Synaptics has acquired the Multimedia Solutions Business of Marvell, so
/Documentation/RCU/
DUP.rst125 Any lock that is acquired within an RCU callback must be acquired
127 For example, if "mylock" is acquired by an RCU callback, then
Dchecklist.rst100 locks (that are acquired by both readers and writers)
103 acquired only by updaters, if desired.
368 11. Any lock acquired by an RCU callback must be acquired elsewhere
/Documentation/devicetree/bindings/net/
Dbroadcom-bcm87xx.txt26 * GPIO[0] R64 Sync Acquired
/Documentation/bpf/
Dgraph_ds_impl.rst90 struct node_data *n = bpf_obj_new(typeof(*n)); /* ACQUIRED */
106 (``ACQUIRED`` and ``PASSED`` comments in the example denote statements where
107 "ownership is acquired" and "ownership is passed", respectively)
123 struct node_data *n = bpf_obj_new(typeof(*n)); /* ACQUIRED */
Dkfuncs.rst531 struct task_struct *acquired;
533 acquired = bpf_task_acquire(task);
534 if (acquired)
540 bpf_task_release(acquired);
545 References acquired on ``struct task_struct *`` objects are RCU protected.
614 /* bpf_task_from_pid() returns an acquired reference,
668 /* Return the parent cgroup that was acquired above. */
Dcpumasks.rst37 A ``struct bpf_cpumask *`` is allocated, acquired, and released, using the
120 opportunistically acquired using RCU:
/Documentation/devicetree/bindings/net/dsa/
Dvitesse,vsc73xx.yaml15 The Vitesse company has been acquired by Microsemi and Microsemi has
16 been acquired Microchip but the new owner retains this vendor branding.
/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
/Documentation/networking/
Dxfrm_proc.rst71 State hasn't been fully acquired before use
/Documentation/filesystems/
Dafs.rst217 not acquired then all operations will be governed by the anonymous user parts
220 If a key is acquired, then all AFS operations, including mounts and automounts,
Ddlmfs.rst72 request for an already acquired lock will not generate another DLM
Ddirectory-locking.rst195 have changed since the moment directory locks had been acquired,
209 has acquired filesystem lock and verified that directories involved have
/Documentation/driver-api/soundwire/
Dlocking.rst33 Below examples show how locks are acquired.
/Documentation/mm/
Dhighmem.rst56 interrupts) but the mappings can only be used in the context which acquired
71 in which the local mapping is acquired does not allow it for other reasons.
/Documentation/block/
Dpr.rst77 reservation key for the device as acquired by the IOC_PR_REGISTER,
/Documentation/filesystems/caching/
Dnetfs-api.rst122 use by an acquired volume or ENOMEM if an allocation failure occurred. It may
137 must match the length specified when the volume was acquired. Note that all
191 Once a cookie has been acquired by a network filesystem, the filesystem should

1234