/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 697 unsigned int new_need, unsigned int updated), 698 TP_ARGS(cpu, old_need, new_need, updated), 703 __field(u32, updated) 709 __entry->updated = updated; 711 TP_printk("cpu=%u, old_need=%u, new_need=%u, updated=%u", __entry->cpu, 712 __entry->old_need, __entry->new_need, __entry->updated)
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_helpers.c | 194 /* cooling device is updated*/ in thermal_cdev_update() 195 if (cdev->updated) { in thermal_cdev_update() 212 cdev->updated = true; in thermal_cdev_update()
|
H A D | gov_fair_share.c | 111 instance->cdev->updated = false; in fair_share_throttle()
|
H A D | gov_bang_bang.c | 65 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 73 * @updated: Updated flag. 87 u8 updated; member 380 if (ctx->updated == 0) { in cryp_setup_context() 399 } else if (ctx->updated == 1 && in cryp_setup_context() 800 ctx->updated = 1; in hw_crypt_noxts() 861 ctx->updated = 1; in ablk_dma_crypt() 970 ctx->updated = 0; in aes_skcipher_setkey() 990 ctx->updated = 0; in des_skcipher_setkey() 1009 ctx->updated = 0; in des3_skcipher_setkey()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_ap.h | 33 void associated_clients_update(struct adapter *padapter, u8 updated);
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 1654 int updated = 0; in he_service_rbrq() local 1658 ++updated; in he_service_rbrq() 1790 if (updated) { in he_service_rbrq() 1791 if (updated > he_dev->rbrq_peak) in he_service_rbrq() 1792 he_dev->rbrq_peak = updated; in he_service_rbrq() 1808 int slot, updated = 0; in he_service_tbrq() local 1814 ++updated; in he_service_tbrq() 1871 if (updated) { in he_service_tbrq() 1872 if (updated > he_dev->tbrq_peak) in he_service_tbrq() 1873 he_dev->tbrq_peak = updated; in he_service_tbrq() 1933 int updated = 0; he_tasklet() local [all...] |
/kernel/linux/linux-6.6/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() 1930 int updated = 0; he_tasklet() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | inode.c | 1872 * @inode: inode to be updated 1873 * @flags: S_* flags that needed to be updated 1876 * updated for a read or write operation. This function handles updating the 1880 * In the case where any of S_MTIME, S_CTIME, or S_VERSION need to be updated, 1888 int updated = 0; in inode_update_timestamps() local 1896 updated |= S_CTIME; in inode_update_timestamps() 1899 updated |= S_MTIME; in inode_update_timestamps() 1901 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated)) in inode_update_timestamps() 1902 updated |= S_VERSION; in inode_update_timestamps() 1910 updated | in inode_update_timestamps() 1931 int updated = inode_update_timestamps(inode, flags); generic_update_time() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/numa/ |
H A D | hmat.c | 534 bool updated = false; in hmat_update_best() local 545 updated = true; in hmat_update_best() 553 updated = true; in hmat_update_best() 558 return updated; in hmat_update_best()
|
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A D | hmat.c | 533 bool updated = false; in hmat_update_best() local 544 updated = true; in hmat_update_best() 552 updated = true; in hmat_update_best() 557 return updated; in hmat_update_best()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 176 iwe.u.qual.updated = network->stats.mask & RTLLIB_STATMASK_WEMASK; in rtl819x_translate_scan() 178 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan() 180 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan() 182 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan() 183 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 166 iwe.u.qual.updated = network->stats.mask & IEEE80211_STATMASK_WEMASK; in rtl819x_translate_scan() 168 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan() 170 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan() 172 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan() 173 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 158 iwe.u.qual.updated = network->stats.mask & RTLLIB_STATMASK_WEMASK; in rtl819x_translate_scan() 160 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan() 162 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan() 164 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan() 165 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 166 iwe.u.qual.updated = network->stats.mask & IEEE80211_STATMASK_WEMASK; in rtl819x_translate_scan() 168 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan() 170 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan() 172 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan() 173 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/net/ |
H A D | if_arp.h | 133 unsigned long updated; member
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_mlvec.h | 61 RK_U32 updated; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 28 void associated_clients_update(struct adapter *padapter, u8 updated);
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | gov_bang_bang.c | 58 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 28 void associated_clients_update(struct adapter *padapter, u8 updated);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_tx.c | 284 unsigned i, j, updated = 0; in qib_getsendbuf_range() local 299 * if no buffers were updated, to be paranoid. in qib_getsendbuf_range() 302 updated++; in qib_getsendbuf_range() 332 if (!updated) in qib_getsendbuf_range() 451 * PIOAvail bits are updated by the chip as if a normal send had happened.
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_tx.c | 281 unsigned i, j, updated = 0; in qib_getsendbuf_range() local 296 * if no buffers were updated, to be paranoid. in qib_getsendbuf_range() 299 updated++; in qib_getsendbuf_range() 329 if (!updated) in qib_getsendbuf_range() 449 * PIOAvail bits are updated by the chip as if a normal send had happened.
|
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
H A D | ucsi.c | 342 struct ucsi_altmode updated[UCSI_MAX_ALTMODES]; in ucsi_register_altmodes_nvidia() local 355 memset(updated, 0, sizeof(updated)); in ucsi_register_altmodes_nvidia() 386 multi_dp = ucsi->ops->update_altmodes(ucsi, orig, updated); in ucsi_register_altmodes_nvidia() 392 desc.svid = updated[i].svid; in ucsi_register_altmodes_nvidia() 393 desc.vdo = updated[i].mid; in ucsi_register_altmodes_nvidia()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | extent_cache.c | 604 bool updated = false; in __update_extent_tree_range() local 736 updated = true; in __update_extent_tree_range() 751 if (updated) in __update_extent_tree_range() 1084 bool updated = false; in __drop_extent_tree() local 1095 updated = true; in __drop_extent_tree() 1099 if (updated) in __drop_extent_tree()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 76 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired() 141 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info() 278 * are then updated with the new information. 402 fdb->updated = fdb->used = jiffies; in fdb_create() 537 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup() 825 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf() 873 if (now != fdb->updated) { in br_fdb_update() 874 fdb->updated = now; in br_fdb_update() 1108 fdb->updated = jiffies; in fdb_add_entry() 1421 fdb->updated in br_fdb_external_learn_add() [all...] |