Searched full:acquired (Results 1 – 25 of 77) sorted by relevance
1234
| /Documentation/devicetree/bindings/gnss/ |
| D | sirfstar.yaml | 15 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/ |
| D | ww-mutex-design.rst | 65 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
|
| D | lockdep-design.rst | 78 '.' 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 …]
|
| D | futex-requeue-pi.rst | 71 /* the kernel acquired the mutex for us */ 121 the lock can be acquired at this stage as well, if so, the next
|
| D | robust-futexes.rst | 12 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
|
| D | locktypes.rst | 29 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/ |
| D | img-spdif-in.rst | 39 acquired 49 This control is used to change the threshold at which a lock is acquired.
|
| /Documentation/devicetree/bindings/arm/ |
| D | gemini.yaml | 16 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.
|
| D | syna.txt | 4 Synaptics has acquired the Multimedia Solutions Business of Marvell, so
|
| /Documentation/RCU/ |
| D | UP.rst | 125 Any lock that is acquired within an RCU callback must be acquired 127 For example, if "mylock" is acquired by an RCU callback, then
|
| D | checklist.rst | 100 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/ |
| D | broadcom-bcm87xx.txt | 26 * GPIO[0] R64 Sync Acquired
|
| /Documentation/bpf/ |
| D | graph_ds_impl.rst | 90 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 */
|
| D | kfuncs.rst | 531 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. */
|
| D | cpumasks.rst | 37 A ``struct bpf_cpumask *`` is allocated, acquired, and released, using the 120 opportunistically acquired using RCU:
|
| /Documentation/devicetree/bindings/net/dsa/ |
| D | vitesse,vsc73xx.yaml | 15 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/ |
| D | devres.rst | 58 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/ |
| D | xfrm_proc.rst | 71 State hasn't been fully acquired before use
|
| /Documentation/filesystems/ |
| D | afs.rst | 217 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,
|
| D | dlmfs.rst | 72 request for an already acquired lock will not generate another DLM
|
| D | directory-locking.rst | 195 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/ |
| D | locking.rst | 33 Below examples show how locks are acquired.
|
| /Documentation/mm/ |
| D | highmem.rst | 56 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/ |
| D | pr.rst | 77 reservation key for the device as acquired by the IOC_PR_REGISTER,
|
| /Documentation/filesystems/caching/ |
| D | netfs-api.rst | 122 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