| /kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_path.c | 45 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local 58 updated = false; in set_mux_gdm1_to_gmac1_esw() 62 if (updated) { in set_mux_gdm1_to_gmac1_esw() 68 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gdm1_to_gmac1_esw() 69 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw() 77 bool updated = true; in set_mux_gmac2_gmac0_to_gephy() local 84 updated = false; in set_mux_gmac2_gmac0_to_gephy() 88 if (updated) in set_mux_gmac2_gmac0_to_gephy() 91 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gmac2_gmac0_to_gephy() 92 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy() [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/qedf/ |
| D | qedf_hsi.h | 328 /* Updated by TX path after complete transmitting unsolicited packet */ 331 * Updated by TX path after start processing the task requesting the 335 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */, 336 /* Updated by TX path during exchange cleanup procedure */ 339 * Updated by TX path during exchange cleanup continuation task 343 /* Updated by TX path during exchange cleanup first xfer procedure */ 345 /* Updated by TX path during exchange cleanup read task in Target */ 347 /* Updated by TX path during target exchange cleanup procedure */ 349 /* Updated by TX path during sequence recovery procedure */
|
| /kernel/linux/linux-5.10/drivers/scsi/qedf/ |
| D | qedf_hsi.h | 325 /* Updated by TX path after complete transmitting unsolicited packet */ 328 * Updated by TX path after start processing the task requesting the 332 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */, 333 /* Updated by TX path during exchange cleanup procedure */ 336 * Updated by TX path during exchange cleanup continuation task 340 /* Updated by TX path during exchange cleanup first xfer procedure */ 342 /* Updated by TX path during exchange cleanup read task in Target */ 344 /* Updated by TX path during target exchange cleanup procedure */ 346 /* Updated by TX path during sequence recovery procedure */
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | neigh.h | 92 __field(unsigned long, updated) 132 __entry->updated = n->updated; 143 "confirmed %lu updated %lu used %lu new_lladdr %s " 150 __entry->confirmed, __entry->updated, __entry->used, 172 __field(unsigned long, updated) 210 __entry->updated = n->updated; 217 "confirmed %lu updated %lu used %lu err %d", 223 __entry->confirmed, __entry->updated, __entry->used,
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
| D | dce110_compressor.c | 68 /* Bit 0 - Display registers updated */ 71 /* Bit 2 - FBC_GRPH_COMP_EN register updated */ 73 /* Bit 3 - FBC_SRC_SEL register updated */ 75 /* Bit 4 - FBC_MIN_COMPRESSION register updated */ 77 /* Bit 5 - FBC_ALPHA_COMP_EN register updated */ 79 /* Bit 6 - FBC_ZERO_ALPHA_CHUNK_SKIP_EN register updated */ 81 /* Bit 7 - FBC_FORCE_COPY_TO_COMP_BUF register updated */ 395 * - bit 0 - display register updated in dce110_compressor_set_fbc_invalidation_triggers() 402 * - Bit 2 - FBC_GRPH_COMP_EN register updated in dce110_compressor_set_fbc_invalidation_triggers() 403 * - Bit 3 - FBC_SRC_SEL register updated in dce110_compressor_set_fbc_invalidation_triggers() [all …]
|
| /kernel/linux/linux-5.10/net/wireless/ |
| D | wext-proc.c | 52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats() 55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats() 59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats() 67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
|
| /kernel/linux/linux-4.19/net/wireless/ |
| D | wext-proc.c | 52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats() 55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats() 59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats() 67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
|
| /kernel/linux/linux-4.19/Documentation/virtual/kvm/ |
| D | locking.txt | 95 In the origin code, the spte can be fast updated (non-atomically) if the 134 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means, 135 the spte is always atomically updated in this case. 137 3): flush tlbs due to spte updated 138 If the spte is updated from writable to readonly, we should flush all TLBs, 142 As mentioned before, the spte can be updated to writable out of mmu-lock on 147 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/dce112/ |
| D | dce112_compressor.c | 67 /* Bit 0 - Display registers updated */ 70 /* Bit 2 - FBC_GRPH_COMP_EN register updated */ 72 /* Bit 3 - FBC_SRC_SEL register updated */ 74 /* Bit 4 - FBC_MIN_COMPRESSION register updated */ 76 /* Bit 5 - FBC_ALPHA_COMP_EN register updated */ 78 /* Bit 6 - FBC_ZERO_ALPHA_CHUNK_SKIP_EN register updated */ 80 /* Bit 7 - FBC_FORCE_COPY_TO_COMP_BUF register updated */ 757 * - bit 0 - display register updated in dce112_compressor_set_fbc_invalidation_triggers() 764 * - Bit 2 - FBC_GRPH_COMP_EN register updated in dce112_compressor_set_fbc_invalidation_triggers() 765 * - Bit 3 - FBC_SRC_SEL register updated in dce112_compressor_set_fbc_invalidation_triggers() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce112/ |
| D | dce112_compressor.c | 70 /* Bit 0 - Display registers updated */ 73 /* Bit 2 - FBC_GRPH_COMP_EN register updated */ 75 /* Bit 3 - FBC_SRC_SEL register updated */ 77 /* Bit 4 - FBC_MIN_COMPRESSION register updated */ 79 /* Bit 5 - FBC_ALPHA_COMP_EN register updated */ 81 /* Bit 6 - FBC_ZERO_ALPHA_CHUNK_SKIP_EN register updated */ 83 /* Bit 7 - FBC_FORCE_COPY_TO_COMP_BUF register updated */ 760 * - bit 0 - display register updated in dce112_compressor_set_fbc_invalidation_triggers() 767 * - Bit 2 - FBC_GRPH_COMP_EN register updated in dce112_compressor_set_fbc_invalidation_triggers() 768 * - Bit 3 - FBC_SRC_SEL register updated in dce112_compressor_set_fbc_invalidation_triggers() [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | rseq.h | 64 * Restartable sequences cpu_id_start field. Updated by the 77 * Restartable sequences cpu_id field. Updated by the kernel. 97 * Updated by user-space, which sets the address of the currently 106 * atomicity semantics. This field should only be updated by the 129 * This field should only be updated by the thread which
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | rseq.h | 64 * Restartable sequences cpu_id_start field. Updated by the 77 * Restartable sequences cpu_id field. Updated by the kernel. 97 * Updated by user-space, which sets the address of the currently 106 * atomicity semantics. This field should only be updated by the 129 * This field should only be updated by the thread which
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_ring_types.h | 42 u32 head; /* updated during retire, loosely tracks RING_HEAD */ 43 u32 tail; /* updated on submission, used for RING_TAIL */ 44 u32 emit; /* updated during request construction */
|
| /kernel/linux/linux-4.19/lib/ |
| D | lockref.c | 58 * Return: 1 if count updated successfully or 0 if count was zero 86 * Return: 1 if count updated successfully or 0 if count would become zero 114 * Return: 1 if count updated successfully or 0 if count was zero 159 * Return: 1 if count updated successfully or 0 if count <= 1 and lock taken 194 * Return: 1 if count updated successfully or 0 if lockref was dead
|
| /kernel/linux/linux-5.10/lib/ |
| D | lockref.c | 61 * Return: 1 if count updated successfully or 0 if count was zero 89 * Return: 1 if count updated successfully or 0 if count would become zero 117 * Return: 1 if count updated successfully or 0 if count was zero 162 * Return: 1 if count updated successfully or 0 if count <= 1 and lock taken 197 * Return: 1 if count updated successfully or 0 if lockref was dead
|
| D | linear_ranges.c | 80 * @val: address where found value is updated 104 * @val: address where found value is updated 128 * @selector: address where found selector value is updated 168 * @selector: address where found selector value is updated 176 * biggest selector is updated to @selector but scanning ranges is continued 209 * @selector: address where found selector value is updated
|
| /kernel/linux/linux-5.10/Documentation/driver-api/pldmfw/ |
| D | driver-ops.rst | 14 record matches the device being updated. This requires comparing the record 42 updated, or return zero if the component can be updated.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_marker.c | 77 bool updated = false; in vmw_marker_pull() local 86 updated = true; in vmw_marker_pull() 96 updated = true; in vmw_marker_pull() 104 return (updated) ? 0 : -EBUSY; in vmw_marker_pull()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_marker.c | 77 bool updated = false; in vmw_marker_pull() local 86 updated = true; in vmw_marker_pull() 96 updated = true; in vmw_marker_pull() 104 return (updated) ? 0 : -EBUSY; in vmw_marker_pull()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_vm.h | 185 /* BOs moved, but not yet updated in the PT */ 192 /* BO mappings freed, but not yet updated in the PT */ 206 /* Flag to indicate if VM tables are updated by CPU or GPU (SDMA) */ 256 /* controls how VM page tables are updated for Graphics and Compute. 257 * BIT0[= 0] Graphics updated by SDMA [= 1] by CPU 258 * BIT1[= 0] Compute updated by SDMA [= 1] by CPU
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func_profile_stat.tc | 9 : "Profile must be updated" 17 : "Profile must NOT be updated"
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_vm.h | 264 /* per VM BOs moved, but not yet updated in the PT */ 270 /* regular invalidated BOs, but not yet updated in the PT */ 274 /* BO mappings freed, but not yet updated in the PT */ 292 /* Flag to indicate if VM tables are updated by CPU or GPU (SDMA) */ 351 /* controls how VM page tables are updated for Graphics and Compute. 352 * BIT0[= 0] Graphics updated by SDMA [= 1] by CPU 353 * BIT1[= 0] Compute updated by SDMA [= 1] by CPU
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | locking.rst | 113 In the origin code, the spte can be fast updated (non-atomically) if the 160 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means, 161 the spte is always atomically updated in this case. 163 3) flush tlbs due to spte updated 165 If the spte is updated from writable to readonly, we should flush all TLBs, 169 As mentioned before, the spte can be updated to writable out of mmu-lock on 174 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
| /kernel/linux/linux-4.19/Documentation/sound/soc/ |
| D | jack.rst | 14 - Integration with DAPM, allowing DAPM endpoints to be updated 34 machine driver and updated by jack detection methods. 43 which are updated automatically. They are created by the machine driver
|
| /kernel/linux/linux-5.10/Documentation/sound/soc/ |
| D | jack.rst | 14 - Integration with DAPM, allowing DAPM endpoints to be updated 34 machine driver and updated by jack detection methods. 43 which are updated automatically. They are created by the machine driver
|