| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | int-attributes.c | 46 in_val > integer_data->upper_bound) in validate_integer_input() 77 ATTRIBUTE_N_PROPERTY_SHOW(upper_bound, integer); 79 __ATTR_RO(upper_bound); 255 integer_data->upper_bound = int_value; in hp_populate_integer_elements_from_package() 349 &integer_data->upper_bound); in hp_populate_integer_elements_from_buffer()
|
| H A D | bioscfg.h | 147 u32 upper_bound; member
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_fw_funcs.c | 520 u32 upper_bound = QM_GLOBAL_RL_UPPER_BOUND(QM_MAX_LINK_SPEED) | in qed_global_rl_rt_init() local 534 upper_bound); in qed_global_rl_rt_init() 577 u32 upper_bound, inc_val; in qed_vport_rl_rt_init() local 579 upper_bound = in qed_vport_rl_rt_init() 587 if (inc_val > upper_bound) { in qed_vport_rl_rt_init() 596 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_vport_rl_rt_init() 1106 u32 inc_val, upper_bound; in qed_init_global_rl() local 1108 upper_bound = in qed_init_global_rl() 1113 if (inc_val > upper_bound) { in qed_init_global_rl() 1123 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_global_rl()
|
| /linux/include/rdma/ |
| H A D | uverbs_ioctl.h | 893 size_t idx, s64 lower_bound, u64 upper_bound, 897 size_t idx, u64 upper_bound, u64 *def_val); 934 size_t idx, s64 lower_bound, u64 upper_bound, in uverbs_copy_to_struct_or_zero() 948 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_unsigned() 956 size_t idx, u64 upper_bound, u64 *def_val) 928 _uverbs_get_const(s64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,s64 lower_bound,u64 upper_bound,s64 * def_val) _uverbs_get_const() argument 942 _uverbs_get_const_signed(s64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,s64 lower_bound,u64 upper_bound,s64 * def_val) _uverbs_get_const_signed() argument 950 _uverbs_get_const_unsigned(u64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,u64 upper_bound,u64 * def_val) _uverbs_get_const_unsigned() argument
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_ioctl.c | 790 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() 805 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const_unsigned() 814 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() 828 if (*to > upper_bound) in uverbs_copy_to_struct_or_zero() 777 _uverbs_get_const_signed(s64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,s64 lower_bound,u64 upper_bound,s64 * def_val) _uverbs_get_const_signed() argument 801 _uverbs_get_const_unsigned(u64 * to,const struct uverbs_attr_bundle * attrs_bundle,size_t idx,u64 upper_bound,u64 * def_val) _uverbs_get_const_unsigned() argument
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 196 u64 upper_bound; member
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 1432 if (hash > atomic_read(&nhge->hthr.upper_bound)) in nexthop_select_path_fdb() 1463 if (hash > atomic_read(&nhge->hthr.upper_bound)) in nexthop_select_path_hthr() 1931 u16 upper_bound; in nh_res_group_rebalance() local 1936 upper_bound = DIV_ROUND_CLOSEST_ULL(btw, total); in nh_res_group_rebalance() 1937 nhge->res.wants_buckets = upper_bound - prev_upper_bound; in nh_res_group_rebalance() 1938 prev_upper_bound = upper_bound; in nh_res_group_rebalance() 2011 u32 upper_bound; in nh_hthr_group_rebalance() local 2014 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1; in nh_hthr_group_rebalance() 2015 atomic_set(&nhge->hthr.upper_bound, upper_bound); in nh_hthr_group_rebalance() [all...] |
| H A D | fib_semantics.c | 846 int upper_bound; in fib_rebalance() 849 upper_bound = -1; in fib_rebalance() 852 upper_bound = -1; in fib_rebalance() 855 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance() 859 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance() 847 int upper_bound; fib_rebalance() local
|
| /linux/include/net/ |
| H A D | nexthop.h | 112 atomic_t upper_bound; member
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.c | 2620 u16 lower_bound, upper_bound, outlier_count = 0; in rtw89_bcn_calc_distribution() local 2649 upper_bound = (q3 + tmp) / RTW89_BCN_TRACK_SCALE_FACTOR; in rtw89_bcn_calc_distribution() 2662 if (drift[i] < lower_bound || drift[i] > upper_bound) in rtw89_bcn_calc_distribution() 2668 bcn_dist->upper_bound = upper_bound; in rtw89_bcn_calc_distribution() 2781 bcn_timeout = (bcn_dist->max + bcn_dist->upper_bound) / 2; in rtw89_bcn_calc_timeout() 2783 bcn_timeout = bcn_dist->upper_bound + in rtw89_bcn_calc_timeout() 2795 u16 upper_bound; in rtw89_bcn_calc_timeout() local 2797 upper_bound = in rtw89_bcn_calc_timeout() 2800 _rtw89_bcn_calc_drift(upper_bound, offset_t in rtw89_bcn_calc_timeout() [all...] |
| H A D | debug.c | 4815 p += scnprintf(p, end - p, "upper bound: %u\n", bcn_dist->upper_bound); in rtw89_debug_priv_beacon_info_get()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init.h | 391 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
|
| H A D | bnx2x_hsi.h | 4951 u32 upper_bound; member
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 69 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/net/ipv6/ |
| H A D | route.c | 4832 int upper_bound = -1; in rt6_upper_bound_set() 4836 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31, in rt6_multipath_upper_bound_set() 4839 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_multipath_upper_bound_set() 4826 int upper_bound = -1; rt6_upper_bound_set() local
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_router.c | 4028 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local 4033 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance() 4034 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance() 4035 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()
|