| /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 | 146 u32 upper_bound; member
|
| /linux/include/rdma/ |
| H A D | uverbs_ioctl.h | 891 size_t idx, s64 lower_bound, u64 upper_bound, 895 size_t idx, u64 upper_bound, u64 *def_val); 928 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument 942 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() argument 950 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_ioctl.c | 777 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() argument 792 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const_signed() 801 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument 815 if (*to > upper_bound) in _uverbs_get_const_unsigned()
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 196 u64 upper_bound; member
|
| /linux/net/ipv4/ |
| H A D | fib_semantics.c | 848 int upper_bound; in fib_rebalance() local 851 upper_bound = -1; in fib_rebalance() 854 upper_bound = -1; in fib_rebalance() 857 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance() 861 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
|
| /linux/include/net/ |
| H A D | nexthop.h | 112 atomic_t upper_bound; member
|
| /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/drivers/net/wireless/realtek/rtw88/ |
| H A D | phy.c | 519 u8 upper_bound, lower_bound; in rtw_phy_dig() local 557 rtw_phy_dig_get_boundary(rtwdev, dm_info, &upper_bound, &lower_bound, in rtw_phy_dig() 559 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound); in rtw_phy_dig()
|
| /linux/net/ipv6/ |
| H A D | route.c | 4828 int upper_bound = -1; in rt6_upper_bound_set() local 4832 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31, in rt6_upper_bound_set() 4835 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_upper_bound_set()
|