Searched full:updates (Results 1 – 25 of 156) sorted by relevance
1234567
| /Documentation/RCU/ |
| D | checklist.txt | 28 for lockless updates. This does result in the mildly 30 rcu_read_unlock() are used to protect updates, however, this 41 c. restricting updates to a single task. 78 be running while updates are in progress. There are a number 97 c. Make updates appear atomic to readers. For example, 98 pointer updates to properly aligned fields will 106 d. Carefully order the updates and the reads so that 179 e. Updates must ensure that initialization of a given 205 Restructure your code so that it batches the updates, allowing 247 primitive will correspondingly delay updates. In contrast, [all …]
|
| D | arrayRCU.txt | 42 as updates are rare. 44 Quick Quiz: Why is it so important that updates be rare when 59 the remainder of the new, updates the ids->entries pointer to point to 150 The reason that it is important that updates be rare when 151 using seqlock is that frequent updates can livelock readers.
|
| D | listRCU.rst | 12 Example 1: Read-Side Action Taken Outside of Lock, No In-Place Updates 159 Example 2: Handling In-Place Updates 189 The RCU version creates a copy, updates the copy, then replaces the old
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-counter | 117 Rising edges on signal A updates the respective count. 122 signal A updates the respective count; if the direction 124 updates the respective count. Quadrature encoding 129 signal B updates the respective count; if the direction 131 updates the respective count. Quadrature encoding 135 Any state transition on quadrature pair signal A updates 140 Any state transition on quadrature pair signal B updates 146 updates the respective count. Quadrature encoding
|
| D | sysfs-class-extcon | 56 This updates the whole state of the extcon device.
|
| /Documentation/driver-api/firmware/ |
| D | fw_search_path.rst | 9 * /lib/firmware/updates/UTS_RELEASE/ 10 * /lib/firmware/updates/
|
| /Documentation/driver-api/ |
| D | generic-counter.rst | 58 Rising edges on signal A updates the respective count. The input level 67 updates the respective count; if the direction is backward, falling 68 edges on quadrature pair signal A updates the respective count. 73 updates the respective count; if the direction is backward, falling 74 edges on quadrature pair signal B updates the respective count. 78 Any state transition on quadrature pair signal A updates the 82 Any state transition on quadrature pair signal B updates the 86 Any state transition on either quadrature pair signals updates the 190 of movement and updates the respective position data. The "Quadrature
|
| /Documentation/networking/ |
| D | fore200e.txt | 27 Firmware Updates 41 the 'software updates' pages. The firmware binaries are part of
|
| /Documentation/vm/ |
| D | hmm.rst | 115 while keeping track of CPU page table updates. Device page table updates are 116 not as easy as CPU page table updates. To update the device page table, you must 271 concurrent device updates in multi-devices scenario. 273 HMM also serves as an impedance mismatch between how CPU page table updates 275 update their own page table. Device updates are a multi-step process. First,
|
| /Documentation/livepatch/ |
| D | callbacks.rst | 10 - Safe updates to global data 126 may be possible to implement similar updates via pre/post-patch
|
| /Documentation/hwmon/ |
| D | adc128d818.rst | 44 The ADC128D818 only updates its values approximately once per second;
|
| D | thmc50.rst | 54 The THMC50 only updates its values each 1.5 seconds; reading it more often
|
| D | lm80.rst | 73 The LM80 only updates its values each 1.5 seconds; reading it more often
|
| D | lm78.rst | 79 The LM7* only updates its values each 1.5 seconds; reading it more often
|
| D | gl518sm.rst | 79 The GL518SM only updates its values each 1.5 seconds; reading it more often
|
| D | lm87.rst | 66 The lm87 driver only updates its values each 1.0 seconds; reading it more
|
| /Documentation/translations/ |
| D | index.rst | 42 translations, updates, fixes).
|
| /Documentation/crypto/ |
| D | api-intro.txt | 132 For further patches and various updates, including the current TODO 248 Please send any credits updates or corrections to:
|
| /Documentation/virt/kvm/arm/ |
| D | psci.txt | 6 and KVM implements these updates if they make sense from a virtualization
|
| /Documentation/devicetree/bindings/mailbox/ |
| D | brcm,iproc-flexrm-mbox.txt | 38 descriptors and read/write pointer updates to DDR) are
|
| /Documentation/translations/ja_JP/ |
| D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
| /Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,smd.txt | 23 signal this processor about communication related updates
|
| /Documentation/scheduler/ |
| D | sched-bwc.rst | 22 within each of these updates is tunable and described as the "slice". 51 Any updates to a group's bandwidth specification will result in it becoming
|
| /Documentation/core-api/ |
| D | errseq.rst | 130 Serializing errseq_t cursor updates 137 updates to that cursor.
|
| /Documentation/powerpc/ |
| D | dscr.rst | 48 value into every CPU's DSCR register right away and updates the current
|
1234567