| /linux/drivers/net/ethernet/mediatek/ |
| A 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() 67 if (updated) in set_mux_gdm1_to_gmac1_esw() 86 updated = false; in set_mux_gmac2_gmac0_to_gephy() 90 if (updated) in set_mux_gmac2_gmac0_to_gephy() 117 updated = false; in set_mux_u3_gmac2_to_qphy() 121 if (updated) in set_mux_u3_gmac2_to_qphy() 154 updated = false; in set_mux_gmac1_gmac2_to_sgmii_rgmii() 158 if (updated) in set_mux_gmac1_gmac2_to_sgmii_rgmii() 186 updated = false; in set_mux_gmac12_to_gephy_sgmii() [all …]
|
| /linux/net/wireless/ |
| A 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()
|
| A D | wext-compat.c | 140 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 149 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 150 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 151 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 157 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 164 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1389 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1390 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() 1403 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1411 wstats.qual.updated |= IW_QUAL_QUAL_INVALID; in cfg80211_wireless_stats() [all …]
|
| /linux/include/trace/events/ |
| A D | neigh.h | 92 __field(unsigned long, updated) 132 __entry->updated = n->updated; 150 __entry->confirmed, __entry->updated, __entry->used, 172 __field(unsigned long, updated) 210 __entry->updated = n->updated; 223 __entry->confirmed, __entry->updated, __entry->used,
|
| /linux/drivers/iommu/amd/ |
| A D | io_pgtable_v2.c | 132 unsigned long pg_size, gfp_t gfp, bool *updated) in v2_alloc_pte() argument 150 *updated = true; in v2_alloc_pte() 164 *updated = true; in v2_alloc_pte() 178 *updated = true; in v2_alloc_pte() 244 bool updated = false; in iommu_v2_map_pages() local 255 iova, map_size, gfp, &updated); in iommu_v2_map_pages() 269 if (updated) { in iommu_v2_map_pages()
|
| A D | io_pgtable.c | 164 bool *updated) in alloc_pte() argument 212 *updated = true; in alloc_pte() 229 *updated = true; in alloc_pte() 334 bool updated = false; in iommu_v1_map_pages() local 349 pte = alloc_pte(pgtable, iova, pgsize, NULL, gfp, &updated); in iommu_v1_map_pages() 359 updated = true; in iommu_v1_map_pages() 385 if (updated) { in iommu_v1_map_pages()
|
| /linux/drivers/hwmon/ |
| A D | nzxt-kraken2.c | 35 unsigned long updated; /* jiffies */ member 50 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ)) in kraken2_read() 127 priv->updated = jiffies; in kraken2_raw_event() 150 priv->updated = jiffies - STATUS_VALIDITY * HZ; in kraken2_probe()
|
| A D | gigabyte_waterforce.c | 70 unsigned long updated; /* jiffies */ member 131 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) { in waterforce_get_status() 284 priv->updated = jiffies; in waterforce_raw_event() 329 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY); in waterforce_probe()
|
| A D | asus_rog_ryujin.c | 103 unsigned long updated; /* jiffies */ member 204 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) { in rog_ryujin_get_status() 237 priv->updated = jiffies; in rog_ryujin_get_status() 514 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY); in rog_ryujin_probe()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| A D | core.c | 534 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local 565 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus() 574 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus() 576 if (!updated) { in load_late_stop_cpus() 595 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus() 598 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus() 603 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus()
|
| /linux/arch/arm64/kvm/ |
| A D | vmid.c | 142 bool updated = false; in kvm_arm_vmid_update() local 168 updated = true; in kvm_arm_vmid_update() 174 return updated; in kvm_arm_vmid_update()
|
| /linux/Documentation/driver-api/pldmfw/ |
| A 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.
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
| /linux/Documentation/hwmon/ |
| A D | max127.rst | 37 ADC range and LSB will be updated when the limit is changed. 42 ADC range and LSB will be updated when the limit is changed.
|
| /linux/drivers/usb/typec/ucsi/ |
| A D | ucsi_ccg.c | 228 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member 393 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 399 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument 407 new_alt = uc->updated; in ucsi_ccg_update_altmodes() 408 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes() 436 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 437 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 466 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 467 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 485 if (new_cam >= ARRAY_SIZE(uc->updated)) in ucsi_ccg_update_set_new_cam_cmd() [all …]
|
| /linux/Documentation/doc-guide/ |
| A D | checktransupdate.rst | 16 then commits that need to be updated will be collected and reported. 37 This will print all the files that need to be updated in the zh_CN locale.
|
| /linux/rust/kernel/block/mq/ |
| A D | request.rs | 229 let updated = atomic_relaxed_op_unless(refcount, |x| x + 1, 0); in inc_ref() 232 if !updated { in inc_ref()
|
| /linux/Documentation/sound/soc/ |
| A 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
|
| /linux/tools/perf/pmu-events/ |
| A D | metric.py | 586 updated = outer_expression 597 updated = updated.Substitute(inner_name, inner_expression) 598 if updated.Equals(outer_expression): 600 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]): 602 updates[(outer_pmu, outer_name)] = updated
|
| /linux/Documentation/virt/kvm/ |
| A D | locking.rst | 150 In the origin code, the spte can be fast updated (non-atomically) if the 197 if it can be updated out of mmu-lock [see spte_has_volatile_bits()]; it means 198 the spte is always atomically updated in this case. 200 3) flush tlbs due to spte updated 202 If the spte is updated from writable to read-only, we should flush all TLBs, 206 As mentioned before, the spte can be updated to writable out of mmu-lock on 211 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
| /linux/drivers/thermal/ |
| A D | thermal_helpers.c | 205 if (!cdev->updated) { in thermal_cdev_update() 207 cdev->updated = true; in thermal_cdev_update()
|
| /linux/tools/perf/tests/shell/base_report/ |
| A D | stderr-whitelist.txt | 2 was updated .*is prelink enabled.+ Restart the long running apps that use it
|
| /linux/scripts/atomic/kerneldoc/ |
| A D | dec_unless_positive | 11 * Return: @true if @v was updated, @false otherwise.
|
| A D | inc_not_zero | 11 * Return: @true if @v was updated, @false otherwise.
|
| A D | inc_unless_negative | 11 * Return: @true if @v was updated, @false otherwise.
|