Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/trace/
Dmpx.h21 __field(u64, upper_bound)
27 __entry->upper_bound = bndreg->upper_bound;
42 ~__entry->upper_bound
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_eeprom.h135 int upper_bound; /* J */ member
Dmt76x2_phy.c466 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()
Dmt76x2_eeprom.c635 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
/Linux-v4.19/arch/x86/include/asm/fpu/
Dtypes.h167 u64 upper_bound; member
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppevvmath.h150 fInt upper_bound = Divide(8, 1000); in fNaturalLog() local
158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
/Linux-v4.19/net/ipv4/
Dfib_semantics.c585 int upper_bound; in fib_rebalance() local
590 upper_bound = -1; in fib_rebalance()
594 upper_bound = -1; in fib_rebalance()
597 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance()
601 atomic_set(&nexthop_nh->nh_upper_bound, upper_bound); in fib_rebalance()
/Linux-v4.19/arch/mips/net/
Debpf_jit.c404 int upper_bound, lower_bound; in gen_imm_insn() local
413 upper_bound = S16_MAX; in gen_imm_insn()
417 upper_bound = -(int)S16_MIN; in gen_imm_insn()
423 upper_bound = 0xffff; in gen_imm_insn()
430 upper_bound = S32_MAX; in gen_imm_insn()
452 if (insn->imm >= lower_bound && insn->imm <= upper_bound) { in gen_imm_insn()
/Linux-v4.19/arch/x86/mm/
Dmpx.c172 info->si_upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_generate_siginfo()
/Linux-v4.19/drivers/md/persistent-data/
Ddm-btree.c66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() function
456 i = upper_bound(n, key); in dm_btree_lookup_next_single()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h392 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
Dbnx2x_hsi.h4941 u32 upper_bound; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c3211 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local
3216 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance()
3217 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance()
3218 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()
/Linux-v4.19/net/ipv6/
Droute.c3903 int upper_bound = -1; in rt6_upper_bound_set() local
3907 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31, in rt6_upper_bound_set()
3910 atomic_set(&rt->fib6_nh.nh_upper_bound, upper_bound); in rt6_upper_bound_set()