Searched refs:aging (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 263 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument 268 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire() 277 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument 279 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create() 286 counter->aging = aging; in mlx5_fc_create() 288 if (aging) { in mlx5_fc_create() 321 if (counter->aging) in mlx5_fc_destroy()
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 109 There are two conceptually independent procedures: the aging and the 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 264 The aging and the eviction form a producer-consumer model; [all …]
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | raw_mode.c | 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/include/linux/mlx5/ |
| H A D | fs.h | 327 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | control.rst | 218 - An aging (old photo) effect.
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am43xx-clocks.dtsi | 742 dll_aging_clk_div: clock-dll-aging-clk-div@4250 {
|
| /linux/drivers/video/fbdev/ |
| H A D | Kconfig | 794 to maximize the performance of an aging display, or if you just
|