/linux-6.3-rc2/Documentation/ABI/testing/ |
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
|
A D | sysfs-bus-counter | 124 Rising edges on signal A updates the respective count. 129 signal A updates the respective count; if the direction 131 updates the respective count. Quadrature encoding 136 signal B updates the respective count; if the direction 138 updates the respective count. Quadrature encoding 142 Any state transition on quadrature pair signal A updates 147 Any state transition on quadrature pair signal B updates 153 updates the respective count. Quadrature encoding
|
/linux-6.3-rc2/Documentation/driver-api/firmware/ |
A D | fw_search_path.rst | 9 * /lib/firmware/updates/UTS_RELEASE/ 10 * /lib/firmware/updates/
|
/linux-6.3-rc2/drivers/net/ |
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-6.3-rc2/tools/perf/pmu-events/ |
A D | metric.py | 558 updates: Dict[str, Expression] = dict() 565 if inner_name in updates: 566 inner_expression = updates[inner_name] 570 if outer_name in updates and updated.Equals(updates[outer_name]): 572 updates[outer_name] = updated 573 return updates
|
A D | jevents.py | 374 updates = metric.RewriteMetricsInTermsOfOthers(metrics) 375 if updates: 377 if event.metric_name in updates: 380 event.metric_expr = updates[event.metric_name]
|
/linux-6.3-rc2/Documentation/RCU/ |
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. 106 c. Make updates appear atomic to readers. For example, 107 pointer updates to properly aligned fields will 118 d. Carefully order the updates and the reads so that readers 291 limit on this number, stalling updates as needed to allow 299 from ever ending.) Another way to stall the updates 300 is for the updates to use a wrapper function around 310 guarding updates with a global lock, limiting their rate. [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ids.c | 284 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local 290 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved() 344 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local 365 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
|
/linux-6.3-rc2/Documentation/core-api/ |
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-6.3-rc2/drivers/base/firmware_loader/ |
A D | Kconfig | 13 o /lib/firmware/updates/UTS_RELEASE 14 o /lib/firmware/updates 207 bool "Enable users to initiate firmware updates using sysfs" 212 sysfs interface that allows firmware updates to be initiated from 216 to support cards that rely on user-initiated updates for firmware files.
|
/linux-6.3-rc2/Documentation/driver-api/ |
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-6.3-rc2/sound/pci/ctxfi/ |
A D | cttimer.c | 183 int updates = 0; in ct_xfitimer_reprogram() local 208 updates++; in ct_xfitimer_reprogram() 225 return updates; in ct_xfitimer_reprogram()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/include/ |
A D | logger_interface.h | 50 const struct dc_surface_update *updates,
|
/linux-6.3-rc2/Documentation/virt/acrn/ |
A D | io-request.rst | 93 registered clients based on the address of the I/O accesses, updates 96 f. The HSM updates I/O requests states to COMPLETE and notifies the hypervisor
|
/linux-6.3-rc2/Documentation/x86/ |
A D | intel-hfi.rst | 66 that there may be many HFI updates every second, the updates relayed to
|
/linux-6.3-rc2/Documentation/trace/coresight/ |
A D | coresight-trbe.rst | 38 * ``flag``: TRBE updates memory with access and dirty flags
|
/linux-6.3-rc2/Documentation/translations/ko_KR/ |
A D | stable_api_nonsense.txt | 10 a fork. So if you have any comments or updates for this file please
|
/linux-6.3-rc2/scripts/ |
A D | Makefile.modinst | 17 INSTALL_MOD_DIR ?= updates
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_debug.c | 179 const struct dc_surface_update *updates, in update_surface_trace() argument 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace()
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-flash.rst | 16 (usually ``/lib/firmware/``). Drivers may send status updates to inform 74 design, e.g. for looking up applicable firmware updates. This is why
|
/linux-6.3-rc2/Documentation/translations/ja_JP/ |
A D | stable_api_nonsense.txt | 11 fork. So if you have any comments or updates of this file, please try
|
A D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
/linux-6.3-rc2/Documentation/gpu/amdgpu/display/ |
A D | dcn-overview.rst | 191 for most other updates that don't require enabling or disabling of new pipes. 197 These atomic register updates are driven by global sync signals in DCN. In 198 order to understand how atomic updates interact with DCN hardware, and how DCN 226 updates, i.e. it allows for multiple re-configurations between VUpdate
|
/linux-6.3-rc2/drivers/net/ethernet/dlink/ |
A D | Kconfig | 42 More specific information and updates are available from
|
/linux-6.3-rc2/Documentation/mhi/ |
A D | mhi.rst | 109 * When the host has a new buffer to send, it updates the ring element with 136 * When there is a new event the device needs to send, the device updates ED 216 * Host updates the WP of the corresponding event ring to indicate that the
|