| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-coresight-devices-trbe | 12 Description: (Read) Shows if TRBE updates in the memory are with access 13 and dirty flag updates as well. This value is fetched from
|
| H A D | sysfs-bus-counter | 216 Rising edges on signal A updates the respective count. 221 signal A updates the respective count; if the direction 223 updates the respective count. Quadrature encoding 228 signal B updates the respective count; if the direction 230 updates the respective count. Quadrature encoding 234 Any state transition on quadrature pair signal A updates 239 Any state transition on quadrature pair signal B updates 245 updates the respective count. Quadrature encoding
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | old_microcode.rst | 14 /lib/firmware/intel-ucode/ via normal distribution updates. Intel also 20 determined at boot. Runtime microcode updates do not change the status
|
| /linux/drivers/net/ |
| H A D | LICENSE.SRC | 14 on an "as-is" basis. No further updates to this software should be 15 expected. Although updates may occur, no commitment exists.
|
| /linux/Documentation/RCU/ |
| H A D | checklist.rst | 32 for lockless updates. This does result in the mildly 34 rcu_read_unlock() are used to protect updates, however, this 45 c. restricting updates to a single task. 94 be running while updates are in progress. There are a number 113 c. Make updates appear atomic to readers. For example, 114 pointer updates to properly aligned fields will 125 d. Carefully order the updates and the reads so that readers 228 Restructure your code so that it batches the updates, allowing 293 primitive will correspondingly delay updates. In contrast, 304 limit on this number, stalling updates as needed to allow [all …]
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fw_search_path.rst | 9 * /lib/firmware/updates/UTS_RELEASE/ 10 * /lib/firmware/updates/
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 786 updates: Dict[Tuple[str, str], Expression] = dict() 799 if (inner_pmu, inner_name) in updates: 800 inner_expression = updates[(inner_pmu, inner_name)] 804 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]): 806 updates[(outer_pmu, outer_name)] = updated 807 return updates
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 266 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local 272 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved() 330 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local 351 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
|
| /linux/Documentation/core-api/ |
| H A D | entry.rst | 4 All transitions between execution domains require state updates which are 5 subject to strict ordering constraints. State updates are required for the 167 irq_enter_rcu() updates the preemption count which makes in_hardirq() 212 The state update on entry is handled in irqentry_nmi_enter() which updates 278 while handling an NMI. So NMI entry code has to be reentrant and state updates
|
| /linux/scripts/atomic/kerneldoc/ |
| H A D | dec | 6 * Atomically updates @v to (@v - 1) with ${desc_order} ordering.
|
| H A D | inc | 6 * Atomically updates @v to (@v + 1) with ${desc_order} ordering.
|
| H A D | xor | 7 * Atomically updates @v to (@v ^ @i) with ${desc_order} ordering.
|
| H A D | and | 7 * Atomically updates @v to (@v & @i) with ${desc_order} ordering.
|
| H A D | or | 7 * Atomically updates @v to (@v | @i) with ${desc_order} ordering.
|
| H A D | sub | 7 * Atomically updates @v to (@v - @i) with ${desc_order} ordering.
|
| H A D | andnot | 7 * Atomically updates @v to (@v & ~@i) with ${desc_order} ordering.
|
| H A D | add | 7 * Atomically updates @v to (@v + @i) with ${desc_order} ordering.
|
| H A D | xchg | 7 * Atomically updates @v to @new with ${desc_order} ordering.
|
| H A D | inc_and_test | 6 * Atomically updates @v to (@v + 1) with ${desc_order} ordering.
|
| H A D | dec_and_test | 6 * Atomically updates @v to (@v - 1) with ${desc_order} ordering.
|
| H A D | dec_unless_positive | 6 * If (@v <= 0), atomically updates @v to (@v - 1) with ${desc_order} ordering.
|
| H A D | inc_unless_negative | 6 * If (@v >= 0), atomically updates @v to (@v + 1) with ${desc_order} ordering.
|
| /linux/sound/pci/ctxfi/ |
| H A D | cttimer.c | 176 int updates = 0; in ct_xfitimer_reprogram() local 201 updates++; in ct_xfitimer_reprogram() 218 return updates; in ct_xfitimer_reprogram()
|
| /linux/Documentation/driver-api/ |
| H A D | generic-counter.rst | 107 Rising edges on signal A updates the respective count. The input level 116 updates the respective count; if the direction is backward, falling 117 edges on quadrature pair signal A updates the respective count. 122 updates the respective count; if the direction is backward, falling 123 edges on quadrature pair signal B updates the respective count. 127 Any state transition on quadrature pair signal A updates the 131 Any state transition on quadrature pair signal B updates the 135 Any state transition on either quadrature pair signals updates the 186 of movement and updates the respective position data. The "Quadrature
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_debug.c | 56 const struct dc_surface_update *updates, in update_surface_trace() argument 63 const struct dc_surface_update *update = &updates[i]; in update_surface_trace()
|