Searched refs:aging (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_counters.c | 67 bool aging; member 335 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument 340 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire() 349 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create_ex() argument 351 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create_ex() 359 counter->aging = aging; in mlx5_fc_create_ex() 361 if (aging) { in mlx5_fc_create_ex() 389 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument 391 struct mlx5_fc *counter = mlx5_fc_create_ex(dev, aging); in mlx5_fc_create() 394 if (aging) in mlx5_fc_create() [all …]
|
| /Linux-v6.1/Documentation/mm/ |
| D | multigen_lru.rst | 108 There are two conceptually independent procedures: the aging and the 113 The aging produces young generations. Given an ``lruvec``, it 115 ``MIN_NR_GENS``. The aging promotes hot pages to the youngest 118 ``max_seq``. The aging uses page table walks and rmap walks to find 123 the aging scans the adjacent PTEs. For both, on finding a young PTE, 124 the aging clears the accessed bit and updates the gen counter of the 136 page according to its gen counter if the aging has found this page 154 The aging and the eviction form a producer-consumer model; 156 generations. Within the aging, rmap walks drive page table walks by
|
| /Linux-v6.1/drivers/net/dsa/qca/ |
| D | qca8k-common.c | 164 fdb->aging = FIELD_GET(QCA8K_ATU_STATUS_MASK, reg[2]); in qca8k_fdb_read() 179 const u8 *mac, u8 aging) in qca8k_fdb_write() argument 186 reg[2] |= FIELD_PREP(QCA8K_ATU_STATUS_MASK, aging); in qca8k_fdb_write() 242 qca8k_fdb_write(priv, fdb->vid, fdb->port_mask, fdb->mac, fdb->aging); in qca8k_fdb_next() 251 u16 port_mask, u16 vid, u8 aging) in qca8k_fdb_add() argument 256 qca8k_fdb_write(priv, vid, port_mask, mac, aging); in qca8k_fdb_add() 301 if (!fdb.aging) { in qca8k_fdb_search_and_insert() 310 qca8k_fdb_write(priv, vid, fdb.port_mask, mac, fdb.aging); in qca8k_fdb_search_and_insert() 332 if (!fdb.aging) { in qca8k_fdb_search_and_del() 348 qca8k_fdb_write(priv, vid, fdb.port_mask, mac, fdb.aging); in qca8k_fdb_search_and_del() [all …]
|
| D | qca8k.h | 426 u8 aging; member
|
| /Linux-v6.1/include/linux/mlx5/ |
| D | fs.h | 278 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging); 281 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging);
|
| /Linux-v6.1/drivers/net/dsa/ |
| D | mt7530.h | 695 u8 aging; member
|
| D | mt7530.c | 355 fdb->aging = (reg[2] >> AGE_TIMER) & AGE_TIMER_MASK; in mt7530_fdb_read() 369 u8 aging, u8 type) in mt7530_fdb_write() argument 377 reg[2] |= (aging & AGE_TIMER_MASK) << AGE_TIMER; in mt7530_fdb_write()
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | control.rst | 213 - An aging (old photo) effect.
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | am43xx-clocks.dtsi | 742 dll_aging_clk_div: clock-dll-aging-clk-div@4250 {
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-class-power | 609 is needed for unavoidable corrections of aging batteries.
|
| D | sysfs-fs-f2fs | 549 in between aging and valid blocks, the value should be in range of
|
| /Linux-v6.1/drivers/video/fbdev/ |
| D | Kconfig | 1007 to maximize the performance of an aging display, or if you just
|