Home
last modified time | relevance | path

Searched refs:upper_bound (Results 1 – 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
Deeprom.h38 int upper_bound; /* J */ member
Dpci_phy.c272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()
Deeprom.c489 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dtypes.h175 u64 upper_bound; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppevvmath.h150 fInt upper_bound = Divide(8, 1000); in fNaturalLog() local
158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
/kernel/linux/linux-5.10/arch/mips/net/
Debpf_jit.c425 int upper_bound, lower_bound; in gen_imm_insn() local
434 upper_bound = S16_MAX; in gen_imm_insn()
438 upper_bound = -(int)S16_MIN; in gen_imm_insn()
444 upper_bound = 0xffff; in gen_imm_insn()
451 upper_bound = S32_MAX; in gen_imm_insn()
473 if (insn->imm >= lower_bound && insn->imm <= upper_bound) { in gen_imm_insn()
/kernel/linux/linux-5.10/include/rdma/
Duverbs_ioctl.h876 size_t idx, s64 lower_bound, u64 upper_bound,
910 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument
/kernel/linux/linux-5.10/net/ipv4/
Dnexthop.c556 if (hash > atomic_read(&nhge->upper_bound)) in nexthop_select_path()
772 int upper_bound; in nh_group_rebalance() local
775 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1; in nh_group_rebalance()
776 atomic_set(&nhge->upper_bound, upper_bound); in nh_group_rebalance()
Dfib_semantics.c821 int upper_bound; in fib_rebalance() local
824 upper_bound = -1; in fib_rebalance()
827 upper_bound = -1; in fib_rebalance()
830 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance()
834 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
/kernel/linux/linux-5.10/drivers/infiniband/core/
Duverbs_ioctl.c756 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument
771 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const()
/kernel/linux/linux-5.10/include/net/
Dnexthop.h69 atomic_t upper_bound; member
/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-btree.c66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() function
459 i = upper_bound(n, key); in dm_btree_lookup_next_single()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h391 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
Dbnx2x_hsi.h4951 u32 upper_bound; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c431 u32 upper_bound = QM_VP_RL_UPPER_BOUND(QM_MAX_LINK_SPEED) | in qed_global_rl_rt_init() local
445 upper_bound); in qed_global_rl_rt_init()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dphy.c402 u8 upper_bound, lower_bound; in rtw_phy_dig() local
440 rtw_phy_dig_get_boundary(dm_info, &upper_bound, &lower_bound, linked); in rtw_phy_dig()
441 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound); in rtw_phy_dig()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c1481 unsigned int upper_bound = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate() local
1486 upper_bound = attr->sched_util_max; in uclamp_validate()
1488 if (lower_bound > upper_bound) in uclamp_validate()
1490 if (upper_bound > SCHED_CAPACITY_SCALE) in uclamp_validate()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c3380 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local
3385 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance()
3386 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance()
3387 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()
/kernel/linux/linux-5.10/net/ipv6/
Droute.c4618 int upper_bound = -1; in rt6_upper_bound_set() local
4622 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31, in rt6_upper_bound_set()
4625 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_upper_bound_set()