| /linux/net/wireless/ |
| H 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()
|
| H A D | wext-compat.c | 134 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 143 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 144 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 145 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 151 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 152 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 158 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1321 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats() 1322 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1323 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() [all …]
|
| /linux/include/trace/events/ |
| H A 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, __entr [all...] |
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 582 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local 624 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus() 633 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus() 635 if (!updated) { in load_late_stop_cpus() 654 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus() 657 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus() 662 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus()
|
| /linux/Documentation/driver-api/pldmfw/ |
| H 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/drivers/hwmon/ |
| H 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()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi_ccg.c | 227 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member 392 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 410 new_alt = uc->updated; in ucsi_ccg_update_altmodes() 411 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes() 439 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 440 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 469 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 470 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 488 if (new_cam >= ARRAY_SIZE(uc->updated)) in ucsi_ccg_update_set_new_cam_cmd() [all …]
|
| /linux/rust/kernel/ |
| H A D | id_pool.rs | 182 let Some(updated) = self.shrink_request() else { in shrink() 185 if updated.num_ids > resizer.new.len() { in shrink()
|
| /linux/Documentation/sound/soc/ |
| H 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/drivers/thermal/ |
| H A D | thermal_helpers.c | 195 if (!cdev->updated) { in thermal_cdev_update() 197 cdev->updated = true; in thermal_cdev_update()
|
| /linux/Documentation/doc-guide/ |
| H 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/tools/perf/pmu-events/ |
| H A D | metric.py | 625 updated = outer_expression 636 updated = updated.Substitute(inner_name, inner_expression) 637 if updated.Equals(outer_expression): 639 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]): 641 updates[(outer_pmu, outer_name)] = updated
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | gather_data_sampling.rst | 62 GDS can also be mitigated on systems that don't have updated microcode by 77 where the microcode hasn't been updated to include the mitigation. 108 The updated microcode will enable the mitigation by default. The kernel's
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-flash.rst | 33 being updated with the settings found in the provided image. 36 components being updated with the identifiers found in the provided 42 in the components being updated. Settings and identifiers are expected to be
|
| /linux/tools/perf/tests/shell/base_report/ |
| H A D | stderr-whitelist.txt | 2 was updated .*is prelink enabled.+ Restart the long running apps that use it
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | mmp.rst | 49 - Sequence number, updated periodically. 53 - Time that the MMP block was last updated.
|
| /linux/scripts/atomic/kerneldoc/ |
| H A D | dec_unless_positive | 11 * Return: @true if @v was updated, @false otherwise.
|
| H A D | inc_not_zero | 11 * Return: @true if @v was updated, @false otherwise.
|
| H A D | inc_unless_negative | 11 * Return: @true if @v was updated, @false otherwise.
|
| H A D | dec_if_positive | 11 * Return: The old value of (@v - 1), regardless of whether @v was updated.
|
| H A D | add_unless | 2 desc_return="Return: @true if @v was updated, @false otherwise."
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 111 bool updated; member 312 instance->updated = true; in mark_stack_read() 385 instance->updated = true; in commit_stack_write_marks() 688 if (instance->updated) { in bpf_update_live_stack() 692 instance->updated = false; in bpf_update_live_stack()
|
| /linux/drivers/atm/ |
| H A D | he.c | 1651 int updated = 0; in he_service_rbrq() local 1655 ++updated; in he_service_rbrq() 1787 if (updated) { in he_service_rbrq() 1788 if (updated > he_dev->rbrq_peak) in he_service_rbrq() 1789 he_dev->rbrq_peak = updated; in he_service_rbrq() 1805 int slot, updated = 0; in he_service_tbrq() local 1811 ++updated; in he_service_tbrq() 1868 if (updated) { in he_service_tbrq() 1869 if (updated > he_dev->tbrq_peak) in he_service_tbrq() 1870 he_dev->tbrq_peak = updated; in he_service_tbrq() [all …]
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 419 bool updated = false; in update_active_weight_sums() local 478 updated = true; in update_active_weight_sums() 486 updated = true; in update_active_weight_sums() 500 if (updated) in update_active_weight_sums()
|