/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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 …]
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | qca8k-common.c | 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 148 reg[2] |= FIELD_PREP(QCA8K_ATU_STATUS_MASK, aging); in qca8k_fdb_write() 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() 269 fdb.aging = aging; in qca8k_fdb_search_and_insert() 301 if (!fdb.aging) { in qca8k_fdb_search_and_del() 847 if (!_fdb.aging) in qca8k_port_fdb_dump() [all …]
|
H A D | qca8k.h | 480 u8 aging; member
|
/openbmc/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 …]
|
/openbmc/linux/include/linux/mlx5/ |
H A D | fs.h | 299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging); 302 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging);
|
/openbmc/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()
|
/openbmc/u-boot/doc/ |
H A D | README.t1040-l2switch | 9 - Dynamic learning of MAC addresses and aging
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | config | 1 # Q: Would you like to enforce password aging? [Y]
|
/openbmc/docs/designs/ |
H A D | expired-password.md | 154 as aging or via the `passwd --expire` command. 234 This design does not affect other policies such as password aging.
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.h | 694 u8 aging; member
|
H A D | mt7530.c | 335 fdb->aging = (reg[2] >> AGE_TIMER) & AGE_TIMER_MASK; in mt7530_fdb_read() 349 u8 aging, u8 type) in mt7530_fdb_write() argument 357 reg[2] |= (aging & AGE_TIMER_MASK) << AGE_TIMER; in mt7530_fdb_write()
|
/openbmc/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2-base.yaml | 88 system specific parameters (such as transients, process, aging,
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | login.defs_shadow-sysroot | 196 # Password aging controls:
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | control.rst | 213 - An aging (old photo) effect.
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am43xx-clocks.dtsi | 742 dll_aging_clk_div: clock-dll-aging-clk-div@4250 {
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power | 610 is needed for unavoidable corrections of aging batteries.
|
H A D | sysfs-fs-f2fs | 557 in between aging and valid blocks, the value should be in range of
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | Kconfig | 828 to maximize the performance of an aging display, or if you just
|