| /Linux-v5.4/arch/x86/include/asm/trace/ |
| D | mpx.h | 21 __field(u64, upper_bound) 27 __entry->upper_bound = bndreg->upper_bound; 42 ~__entry->upper_bound
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | eeprom.h | 38 int upper_bound; /* J */ member
|
| D | pci_phy.c | 272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()
|
| D | eeprom.c | 484 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
|
| /Linux-v5.4/arch/x86/include/asm/fpu/ |
| D | types.h | 167 u64 upper_bound; member
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | ppevvmath.h | 150 fInt upper_bound = Divide(8, 1000); in fNaturalLog() local 158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
|
| /Linux-v5.4/net/ipv4/ |
| D | nexthop.c | 494 if (hash > atomic_read(&nhge->upper_bound)) in nexthop_select_path() 687 int upper_bound; in nh_group_rebalance() local 690 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1; in nh_group_rebalance() 691 atomic_set(&nhge->upper_bound, upper_bound); in nh_group_rebalance()
|
| D | fib_semantics.c | 779 int upper_bound; in fib_rebalance() local 782 upper_bound = -1; in fib_rebalance() 785 upper_bound = -1; in fib_rebalance() 788 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance() 792 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
|
| /Linux-v5.4/include/net/ |
| D | nexthop.h | 66 atomic_t upper_bound; member
|
| /Linux-v5.4/include/rdma/ |
| D | uverbs_ioctl.h | 890 size_t idx, s64 lower_bound, u64 upper_bound, 924 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument
|
| /Linux-v5.4/arch/mips/net/ |
| D | ebpf_jit.c | 425 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()
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | uverbs_ioctl.c | 771 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument 786 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | mpx.c | 164 info->upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_fault_info()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
| D | phy.c | 390 u8 upper_bound, lower_bound; in rtw_phy_dig() local 428 rtw_phy_dig_get_boundary(dm_info, &upper_bound, &lower_bound, linked); in rtw_phy_dig() 429 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound); in rtw_phy_dig()
|
| /Linux-v5.4/drivers/md/persistent-data/ |
| D | dm-btree.c | 66 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-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_init.h | 392 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
|
| D | bnx2x_hsi.h | 4950 u32 upper_bound; member
|
| /Linux-v5.4/kernel/sched/ |
| D | core.c | 1172 unsigned int upper_bound = p->uclamp_req[UCLAMP_MAX].value; in uclamp_validate() local 1177 upper_bound = attr->sched_util_max; in uclamp_validate() 1179 if (lower_bound > upper_bound) in uclamp_validate() 1181 if (upper_bound > SCHED_CAPACITY_SCALE) in uclamp_validate()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.c | 3325 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local 3330 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance() 3331 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance() 3332 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()
|
| /Linux-v5.4/net/ipv6/ |
| D | route.c | 4543 int upper_bound = -1; in rt6_upper_bound_set() local 4547 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31, in rt6_upper_bound_set() 4550 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_upper_bound_set()
|