Home
last modified time | relevance | path

Searched refs:max_threshold (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.h25 u32 max_threshold; member
H A Dirq_affinity.c153 if (mlx5_irq_read_locked(least_loaded_irq) > pool->max_threshold) in mlx5_irq_affinity_request()
H A Dpci_irq.c603 u32 min_threshold, u32 max_threshold) in irq_pool_alloc() argument
618 pool->max_threshold = max_threshold * MLX5_EQ_REFS_PER_IRQ; in irq_pool_alloc()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2691 int max_threshold; in yaffs_find_gc_block() local
2694 max_threshold = dev->param.chunks_per_block / 2; in yaffs_find_gc_block()
2696 max_threshold = dev->param.chunks_per_block / 8; in yaffs_find_gc_block()
2698 if (max_threshold < YAFFS_GC_PASSIVE_THRESHOLD) in yaffs_find_gc_block()
2699 max_threshold = YAFFS_GC_PASSIVE_THRESHOLD; in yaffs_find_gc_block()
2704 if (threshold > max_threshold) in yaffs_find_gc_block()
2705 threshold = max_threshold; in yaffs_find_gc_block()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h9622 u8 max_threshold[0x10]; member