/linux-6.14.4/Documentation/mm/ |
D | multigen_lru.rst | 109 There are two conceptually independent procedures: the aging and the 112 Aging section in Workflow overview 114 The aging produces young generations. Given an ``lruvec``, it 116 ``MIN_NR_GENS``. The aging promotes hot pages to the youngest 119 ``max_seq``. The aging uses page table walks and rmap walks to find 124 the aging scans the adjacent PTEs. For both, on finding a young PTE, 125 the aging clears the accessed bit and updates the gen counter of the 137 page according to its gen counter if the aging has found this page 193 forms a feedback loop between the eviction and the aging. 203 filter. In the aging path, set membership means that the PTE range [all …]
|
/linux-6.14.4/drivers/net/dsa/qca/ |
D | qca8k-common.c | 125 /* aging - 67:64 */ in qca8k_fdb_read() 126 fdb->aging = FIELD_GET(QCA8K_ATU_STATUS_MASK, reg[2]); in qca8k_fdb_read() 141 const u8 *mac, u8 aging) in qca8k_fdb_write() argument 147 /* aging - 67:64 */ in qca8k_fdb_write() 148 reg[2] |= FIELD_PREP(QCA8K_ATU_STATUS_MASK, aging); in qca8k_fdb_write() 205 qca8k_fdb_write(priv, fdb->vid, fdb->port_mask, fdb->mac, fdb->aging); in qca8k_fdb_next() 214 u16 port_mask, u16 vid, u8 aging) in qca8k_fdb_add() argument 219 qca8k_fdb_write(priv, vid, port_mask, mac, aging); in qca8k_fdb_add() 247 const u8 *mac, u16 vid, u8 aging) in qca8k_fdb_search_and_insert() argument 264 if (fdb.aging) { in qca8k_fdb_search_and_insert() [all …]
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_counters.c | 241 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument 246 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire() 255 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument 257 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create() 264 counter->aging = aging; in mlx5_fc_create() 266 if (aging) { in mlx5_fc_create() 299 if (counter->aging) in mlx5_fc_destroy()
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | sf.h | 30 #define SF_NUM_TIMEOUT_TYPES 2 /* Aging timer and Idle timer */ 71 * @long_delay_timeouts: aging and idle timer values for each scenario
|
/linux-6.14.4/lib/ |
D | flex_proportions.c | 3 * Floating proportions with flexible aging period 61 * if aging zeroed out all events. This can be used to detect whether declaring 123 /* Aging zeroed our fraction? */ in fprop_reflect_period_percpu()
|
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu13_driver_if_v13_0_0.h | 1007 …uint16_t Vmin_Hot_T0[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Initial (pre-aging) Vse… 1008 …uint16_t Vmin_Cold_T0[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Initial (pre-aging) Vse… 1011 uint16_t Vmin_Aging_Offset[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Worst-case aging margin 1015 …//This is a fixed/minimum VMIN aging degradation offset which is applied at T0. This reflects the … 1019 //Scalar coefficient of the PSM aging degradation function 1021 //Exponential coefficient of the PSM aging degradation function 1023 …//Scalar coefficient of the VMIN aging degradation function. Specified as worst case between hot a… 1025 …//Exponential coefficient of the VMIN aging degradation function. Specified as worst case between …
|
D | smu13_driver_if_v13_0_7.h | 1016 …uint16_t Vmin_Hot_T0[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Initial (pre-aging) Vse… 1017 …uint16_t Vmin_Cold_T0[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Initial (pre-aging) Vse… 1020 uint16_t Vmin_Aging_Offset[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Worst-case aging margin 1024 …//This is a fixed/minimum VMIN aging degradation offset which is applied at T0. This reflects the … 1028 //Scalar coefficient of the PSM aging degradation function 1030 //Exponential coefficient of the PSM aging degradation function 1032 …//Scalar coefficient of the VMIN aging degradation function. Specified as worst case between hot a… 1034 …//Exponential coefficient of the VMIN aging degradation function. Specified as worst case between …
|
D | smu14_driver_if_v14_0.h | 1106 …uint16_t Vmin_Hot_T0[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Initial (pre-aging) Vse… 1107 …uint16_t Vmin_Cold_T0[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Initial (pre-aging) Vse… 1110 uint16_t Vmin_Aging_Offset[PMFW_VOLT_PLANE_COUNT]; //In mV(Q2) Worst-case aging margin 1114 …//This is a fixed/minimum VMIN aging degradation offset which is applied at T0. This reflects the … 1118 //Scalar coefficient of the PSM aging degradation function 1120 //Exponential coefficient of the PSM aging degradation function 1122 …//Scalar coefficient of the VMIN aging degradation function. Specified as worst case between hot a… 1124 …//Exponential coefficient of the VMIN aging degradation function. Specified as worst case between …
|
/linux-6.14.4/drivers/net/ethernet/sunplus/ |
D | spl2sw_mac.c | 66 /* Set learn port = cpu_port, aging = 1 */ in spl2sw_mac_addr_add() 101 /* Set learn port = lan_port0 and aging = 0 in spl2sw_mac_addr_del() 157 /* Disable aging of cpu port 0 & 1. in spl2sw_mac_hw_init()
|
/linux-6.14.4/include/linux/ |
D | irqdesc.h | 44 * @last_unhandled: aging timer for unhandled count 79 unsigned long last_unhandled; /* Aging timer for unhandled count */
|
D | flex_proportions.h | 3 * Floating proportions with flexible aging period
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sf.c | 42 * Aging and idle timeouts for the different possible scenarios 70 * Aging and idle timeouts for the different possible scenarios
|
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_main.h | 117 * ENTRYTYPE_NORMAL is subject to aging. 118 * ENTRYTYPE_LOCKED is not subject to aging. 119 * ENTRYTYPE_MACv4 is not subject to aging. For IPv4 multicast. 120 * ENTRYTYPE_MACv6 is not subject to aging. For IPv6 multicast.
|
D | lan966x_ifh.h | 116 /* Internal aging value (*) */
|
/linux-6.14.4/Documentation/devicetree/bindings/power/supply/ |
D | st,stc3117.yaml | 17 and aging, and allows the application to get a battery state-of-health
|
/linux-6.14.4/include/soc/mscc/ |
D | ocelot.h | 722 * ENTRYTYPE_NORMAL is subject to aging. 723 * ENTRYTYPE_LOCKED is not subject to aging. 724 * ENTRYTYPE_MACv4 is not subject to aging. For IPv4 multicast. 725 * ENTRYTYPE_MACv6 is not subject to aging. For IPv6 multicast.
|
/linux-6.14.4/drivers/net/dsa/b53/ |
D | b53_regs.h | 154 /* Fast Aging Control register (8 bit) */ 164 /* Fast Aging Port Control register (8 bit) */ 167 /* Fast Aging VID Control register (16 bit) */
|
/linux-6.14.4/arch/x86/kvm/mmu/ |
D | tdp_iter.h | 44 * bits, e.g. to skip stepping down into child SPTEs when aging SPTEs.
|
/linux-6.14.4/drivers/tty/serial/8250/ |
D | 8250_fsl.c | 49 * aging interrupt). To prevent the irq from retriggering LSR must not be in fsl8250_handle_irq()
|
/linux-6.14.4/drivers/firmware/arm_scmi/ |
D | raw_mode.c | 428 * consumption by this worker: queue aging is accounted for while choosing a 445 unsigned long aging; in scmi_xfer_raw_worker() local 465 aging = jiffies - rw->start_jiffies; in scmi_xfer_raw_worker() 466 timeout_ms = max_tmo > aging ? in scmi_xfer_raw_worker() 467 jiffies_to_msecs(max_tmo - aging) : 1; in scmi_xfer_raw_worker()
|
/linux-6.14.4/drivers/platform/x86/siemens/ |
D | simatic-ipc-batt.c | 219 /* warn about aging battery even if userspace never reads hwmon */ in simatic_ipc_batt_probe()
|
/linux-6.14.4/include/linux/mlx5/ |
D | fs.h | 299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
|
/linux-6.14.4/drivers/s390/char/ |
D | hmcdrv_cache.c | 20 #define HMCDRV_CACHE_TIMEOUT 30 /* aging timeout in seconds */
|
/linux-6.14.4/drivers/net/dsa/microchip/ |
D | lan937x_main.c | 355 /* Enable Auto Aging */ in lan937x_reset_switch() 472 /* The aging timer comprises a 3-bit multiplier and a 20-bit second in lan937x_set_ageing_time()
|
/linux-6.14.4/include/linux/sunrpc/ |
D | svc_xprt.h | 93 XPT_OLD, /* used for xprt aging mark+sweep */
|