Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/linux/net/wireless/
H A Dwext-proc.c52 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 Dwext-compat.c134 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()
1320 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats()
1321 wstats.qual.updated | in cfg80211_wireless_stats()
[all...]
/linux/include/trace/events/
H A Dneigh.h92 __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/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst14 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 Dgigabyte_waterforce.c70 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 Dsysfs-devices-online11 successful) its 'offline' field is updated accordingly. In
15 updated as appropriate.
/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c228 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()
400 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument
411 new_alt = uc->updated; in ucsi_ccg_update_altmodes()
412 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes()
440 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes()
441 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes()
470 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes()
471 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes()
489 if (new_cam >= ARRAY_SIZE(uc->updated)) in ucsi_ccg_update_set_new_cam_cmd()
[all …]
/linux/rust/kernel/
H A Did_pool.rs182 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 Djack.rst14 - 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 Dthermal_helpers.c195 if (!cdev->updated) { in thermal_cdev_update()
197 cdev->updated = true; in thermal_cdev_update()
/linux/Documentation/doc-guide/
H A Dchecktransupdate.rst16 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/Documentation/admin-guide/hw-vuln/
H A Dgather_data_sampling.rst62 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 Ddevlink-flash.rst33 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 Dstderr-whitelist.txt2 was updated .*is prelink enabled.+ Restart the long running apps that use it
/linux/tools/perf/pmu-events/
H A Dmetric.py790 updated = outer_expression
801 updated = updated.Substitute(inner_name, inner_expression)
802 if updated.Equals(outer_expression):
804 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]):
806 updates[(outer_pmu, outer_name)] = updated
/linux/Documentation/filesystems/ext4/
H A Dmmp.rst49 - Sequence number, updated periodically.
53 - Time that the MMP block was last updated.
/linux/kernel/bpf/
H A Dliveness.c111 bool updated; member
313 instance->updated = true; in mark_stack_read()
386 instance->updated = true; in commit_stack_write_marks()
689 if (instance->updated) { in bpf_update_live_stack()
693 instance->updated = false; in bpf_update_live_stack()
/linux/scripts/atomic/kerneldoc/
H A Ddec_unless_positive11 * Return: @true if @v was updated, @false otherwise.
H A Dinc_not_zero11 * Return: @true if @v was updated, @false otherwise.
H A Dinc_unless_negative11 * Return: @true if @v was updated, @false otherwise.
H A Ddec_if_positive11 * Return: The old value of (@v - 1), regardless of whether @v was updated.
H A Dadd_unless2 desc_return="Return: @true if @v was updated, @false otherwise."
H A Dtry_cmpxchg9 * Otherwise, @v is not modified, @old is updated to the current value of @v,
/linux/drivers/atm/
H A Dhe.c1649 int updated = 0; in he_service_rbrq()
1653 ++updated; in he_service_rbrq()
1785 if (updated) { in he_service_rbrq()
1786 if (updated > he_dev->rbrq_peak) in he_service_rbrq()
1787 he_dev->rbrq_peak = updated; in he_service_rbrq()
1803 int slot, updated = 0; in he_service_tbrq()
1809 ++updated; in he_service_tbrq()
1866 if (updated) { in he_service_tbrq()
1867 if (updated > he_dev->tbrq_peak) in he_service_tbrq()
1868 he_dev->tbrq_peak = updated; in he_service_tbrq()
1650 int updated = 0; he_service_rbrq() local
1804 int slot, updated = 0; he_service_tbrq() local
1929 int updated = 0; he_tasklet() local
[all...]
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c256 * and thus can't be updated and repositioned. Instead, we collect the in cgrp_cap_budget()
419 bool updated = false; in update_active_weight_sums() local
429 * cgroups, ->nr_runnable which is updated with __sync operations gates in update_active_weight_sums()
478 updated = true; in update_active_weight_sums()
486 updated = true; in update_active_weight_sums()
500 if (updated) in update_active_weight_sums()

12345678910>>...15