Home
last modified time | relevance | path

Searched full:aging (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.h58 * ENTRYTYPE_NORMAL is subject to aging.
59 * ENTRYTYPE_LOCKED is not subject to aging.
60 * ENTRYTYPE_MACv4 is not subject to aging. For IPv4 multicast.
61 * ENTRYTYPE_MACv6 is not subject to aging. For IPv6 multicast.
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c65 bool aging; member
285 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument
290 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire()
299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument
301 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create()
309 counter->aging = aging; in mlx5_fc_create()
311 if (aging) { in mlx5_fc_create()
355 if (counter->aging) { in mlx5_fc_destroy()
/Linux-v5.15/lib/
Dflex_proportions.c3 * Floating proportions with flexible aging period
61 * if aging zeroed out all events. This can be used to detect whether declaring
121 /* Aging zeroed our fraction? */ in fprop_reflect_period_single()
204 /* Aging zeroed our fraction? */ in fprop_reflect_period_percpu()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsf.h30 #define SF_NUM_TIMEOUT_TYPES 2 /* Aging timer and Idle timer */
71 * @long_delay_timeouts: aging and idle timer values for each scenario
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dsf.c42 * Aging and idle timeouts for the different possible scenarios
70 * Aging and idle timeouts for the different possible scenarios
/Linux-v5.15/drivers/net/dsa/
Dqca8k.c323 /* aging - 67:64 */ in qca8k_fdb_read()
324 fdb->aging = reg[2] & QCA8K_ATU_STATUS_M; in qca8k_fdb_read()
340 u8 aging) in qca8k_fdb_write() argument
347 /* aging - 67:64 */ in qca8k_fdb_write()
348 reg[2] |= aging & QCA8K_ATU_STATUS_M; in qca8k_fdb_write()
405 qca8k_fdb_write(priv, fdb->vid, fdb->port_mask, fdb->mac, fdb->aging); in qca8k_fdb_next()
415 u16 vid, u8 aging) in qca8k_fdb_add() argument
420 qca8k_fdb_write(priv, vid, port_mask, mac, aging); in qca8k_fdb_add()
1667 if (!_fdb.aging) in qca8k_port_fdb_dump()
1669 is_static = (_fdb.aging == QCA8K_ATU_STATUS_STATIC); in qca8k_port_fdb_dump()
Dqca8k.h279 u8 aging; member
/Linux-v5.15/include/linux/
Dirqdesc.h32 * @last_unhandled: aging timer for unhandled count
67 unsigned long last_unhandled; /* Aging timer for unhandled count */
Dflex_proportions.h3 * Floating proportions with flexible aging period
Dwriteback.h150 struct timer_list period_timer; /* timer for aging of completions */
Dtcp.h83 int ts_recent_stamp;/* Time we stored ts_recent (for aging) */
/Linux-v5.15/include/uapi/drm/
Dmga_drm.h170 /* General aging mechanism
213 /* Counters for aging textures and for client-side throttling.
/Linux-v5.15/drivers/net/dsa/b53/
Db53_regs.h153 /* Fast Aging Control register (8 bit) */
163 /* Fast Aging Port Control register (8 bit) */
166 /* Fast Aging VID Control register (16 bit) */
/Linux-v5.15/include/linux/mlx5/
Dfs.h243 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
/Linux-v5.15/drivers/s390/char/
Dhmcdrv_cache.c20 #define HMCDRV_CACHE_TIMEOUT 30 /* aging timeout in seconds */
/Linux-v5.15/include/linux/sunrpc/
Dsvc_xprt.h67 #define XPT_OLD 9 /* used for xprt aging mark+sweep */
/Linux-v5.15/Documentation/devicetree/bindings/opp/
Dopp-v2-base.yaml78 system specific parameters (such as transients, process, aging,
/Linux-v5.15/mm/
Dworkingset.c227 * operations to drive the non-resident aging along in parallel.
310 * are always speculative anyway. Ultimately, it's the aging in workingset_refault()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h102 #define REG_AGE_TIMER(ie) CRA(0x2,ie&1,0x1f) /* Aging timer */
103 #define REG_AGE_INC(ie) CRA(0x2,ie&1,0x2f) /* Aging increment */
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_perf_types.h284 * @aging_timestamp: A monotonic timestamp for when the current aging tail pointer
/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_ppe.c500 /* disable aging */ in mtk_ppe_stop()
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dcontrol.rst213 - An aging (old photo) effect.
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpsw_ale.c67 CPSW_ALE_F_HW_AUTOAGING = BIT(1), /* HW auto aging */
1161 "ALE aging timer overflow, set to max\n"); in cpsw_ale_hw_aging_timer_start()
/Linux-v5.15/drivers/tty/serial/
Dimx.c78 #define UCR1_ATDMAEN (1<<2) /* Aging DMA Timer Enable */
91 #define UCR2_ATEN (1<<3) /* Aging Timer Enable */
1110 * [2] the aging timer expires
1308 /* one byte less than the watermark level to enable the aging timer */ in imx_uart_dma_init()
/Linux-v5.15/arch/riscv/include/asm/
Dpgtable.h480 * page aging and the (mistaken) reclaim of hot pages, but the in ptep_clear_flush_young()

1234