Searched refs:updated (Results 1 - 25 of 83) sorted by relevance

1234

/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c45 bool updated = true; local
58 updated = false;
67 if (updated)
70 dev_dbg(eth->dev, "path %s in %s updated = %d\n",
71 mtk_eth_path_name(path), __func__, updated);
79 bool updated = true; local
86 updated = false;
90 if (updated)
93 dev_dbg(eth->dev, "path %s in %s updated = %d\n",
94 mtk_eth_path_name(path), __func__, updated);
102 bool updated = true; local
133 bool updated = true; local
171 bool updated = true; local
[all...]
/linux-master/net/wireless/
H A Dwext-proc.c52 stats->qual.updated & IW_QUAL_QUAL_UPDATED
55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0),
56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED
59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0),
60 stats->qual.updated & IW_QUAL_NOISE_UPDATED
67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED;
H A Dwext-compat.c140 range->max_qual.updated = IW_QUAL_NOISE_INVALID;
149 range->max_qual.updated |= IW_QUAL_DBM;
150 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED;
151 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED;
157 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED;
158 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED;
164 range->avg_qual.updated = range->max_qual.updated;
1388 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED;
1389 wstats.qual.updated |
[all...]
H A Dwext-spy.c64 /* Make sure above is updated before re-enabling */
99 /* Reset updated flags. */
101 spydata->spy_stat[i].updated &= ~IW_QUAL_ALL_UPDATED;
/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c35 unsigned long updated; /* jiffies */ member in struct:kraken2_priv_data
50 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ))
127 priv->updated = jiffies;
146 * Initialize ->updated to STATUS_VALIDITY seconds in the past, making
150 priv->updated = jiffies - STATUS_VALIDITY * HZ;
H A Dgigabyte_waterforce.c70 unsigned long updated; /* jiffies */ member in struct:waterforce_data
131 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) {
284 priv->updated = jiffies;
325 * Initialize priv->updated to STATUS_VALIDITY seconds in the past, making
329 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY);
H A Dasus_rog_ryujin.c103 unsigned long updated; /* jiffies */ member in struct:rog_ryujin_data
204 if (!time_after(jiffies, priv->updated + msecs_to_jiffies(STATUS_VALIDITY))) {
237 priv->updated = jiffies;
510 * Initialize priv->updated to STATUS_VALIDITY seconds in the past, making
514 priv->updated = jiffies - msecs_to_jiffies(STATUS_VALIDITY);
/linux-master/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-master/drivers/iommu/amd/
H A Dio_pgtable_v2.c27 #define IOMMU_PAGE_ACCESS BIT_ULL(5) /* Was accessed (updated by IOMMU) */
28 #define IOMMU_PAGE_DIRTY BIT_ULL(6) /* Was written to (updated by IOMMU) */
136 unsigned long pg_size, gfp_t gfp, bool *updated)
154 *updated = true;
168 *updated = true;
182 *updated = true;
248 bool updated = false; local
259 iova, map_size, gfp, &updated);
273 if (updated)
135 v2_alloc_pte(int nid, u64 *pgd, unsigned long iova, unsigned long pg_size, gfp_t gfp, bool *updated) argument
H A Dio_pgtable.c180 * Device Table needs to be updated and flushed before the new root can
200 bool *updated)
247 *updated = true;
264 *updated = true;
369 bool updated = false; local
384 pte = alloc_pte(dom, iova, pgsize, NULL, gfp, &updated);
394 updated = true;
420 if (updated) {
195 alloc_pte(struct protection_domain *domain, unsigned long address, unsigned long page_size, u64 **pte_page, gfp_t gfp, bool *updated) argument
/linux-master/arch/arm64/kvm/
H A Dvmid.c142 bool updated = false; local
168 updated = true;
174 return updated;
/linux-master/drivers/thermal/
H A Dgov_bang_bang.c59 instance->cdev->updated = false; /* cdev needs update */
H A Dthermal_helpers.c198 if (!cdev->updated) {
200 cdev->updated = true;
H A Dgov_step_wise.c116 instance->cdev->updated = false; /* cdev needs update */
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c59 * updated at any particular moment of time.
69 * Those patch levels cannot be updated to newer ones and thus should be final.
213 * the updated address so use that instead.
539 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; local
570 case UCODE_UPDATED: updated++; break;
579 microcode_ops->finalize_late_load(!updated);
581 if (!updated) {
600 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings);
603 num_online_cpus() - (updated
[all...]
/linux-master/arch/um/kernel/
H A Dtlb.c360 int updated = 0, err = 0, force = 0, userspace = 0; local
372 updated = 1;
388 updated = 1;
404 updated = 1;
420 updated = 1;
432 updated = 1;
442 updated = 1;
452 return updated;
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_ap.h28 void associated_clients_update(struct adapter *padapter, u8 updated);
/linux-master/tools/perf/pmu-events/
H A Dmetric.py586 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-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h109 unsigned int updated :1; member in struct:dsp_scb_descriptor
H A Ddsp_spos.h200 scb->updated = 1;
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c230 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member in struct:ucsi_ccg
234 * will be updated in ISR
395 uc->updated[new_cam].active_idx = cam;
401 struct ucsi_altmode *updated)
409 new_alt = uc->updated;
410 memset(uc->updated, 0, sizeof(uc->updated));
438 updated[k].svid = new_alt[k].svid;
439 updated[k].mid = new_alt[k].mid;
468 updated[
399 ucsi_ccg_update_altmodes(struct ucsi *ucsi, struct ucsi_altmode *orig, struct ucsi_altmode *updated) argument
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_tx.c281 unsigned i, j, updated = 0; local
296 * if no buffers were updated, to be paranoid.
299 updated++;
329 if (!updated)
449 * PIOAvail bits are updated by the chip as if a normal send had happened.
/linux-master/include/uapi/linux/
H A Duserfaultfd.h356 __s64 updated; member in struct:uffdio_poison
/linux-master/fs/
H A Dinode.c1838 * @inode: inode to be updated
1839 * @flags: S_* flags that needed to be updated
1842 * updated for a read or write operation. This function handles updating the
1846 * In the case where any of S_MTIME, S_CTIME, or S_VERSION need to be updated,
1854 int updated = 0; local
1863 updated |= S_CTIME;
1866 updated |= S_MTIME;
1868 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated))
1869 updated |= S_VERSION;
1879 updated |
1900 int updated = inode_update_timestamps(inode, flags); local
[all...]
/linux-master/drivers/atm/
H A Dhe.c1651 int updated = 0; local
1655 ++updated;
1787 if (updated) {
1788 if (updated > he_dev->rbrq_peak)
1789 he_dev->rbrq_peak = updated;
1805 int slot, updated = 0; local
1811 ++updated;
1868 if (updated) {
1869 if (updated > he_dev->tbrq_peak)
1870 he_dev->tbrq_peak = updated;
1930 int updated = 0; local
[all...]

Completed in 274 milliseconds

1234