Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/trace/
Dmpx.h20 __field(u64, upper_bound)
26 __entry->upper_bound = bndreg->upper_bound;
41 ~__entry->upper_bound
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c952 u8 __maybe_unused lower_bound, upper_bound; in iwl_mvm_rx_ant_coupling_notif() local
980 upper_bound = antenna_coupling_ranges[lut + 1].range; in iwl_mvm_rx_ant_coupling_notif()
982 upper_bound = antenna_coupling_ranges[lut].range; in iwl_mvm_rx_ant_coupling_notif()
985 ant_isolation, lower_bound, upper_bound, lut); in iwl_mvm_rx_ant_coupling_notif()
Dcoex_legacy.c1251 u8 __maybe_unused lower_bound, upper_bound; in iwl_mvm_rx_ant_coupling_notif_old() local
1280 upper_bound = antenna_coupling_ranges[lut + 1].range; in iwl_mvm_rx_ant_coupling_notif_old()
1282 upper_bound = antenna_coupling_ranges[lut].range; in iwl_mvm_rx_ant_coupling_notif_old()
1285 ant_isolation, lower_bound, upper_bound, lut); in iwl_mvm_rx_ant_coupling_notif_old()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h159 u64 upper_bound; member
/linux-4.4.14/net/ipv4/
Dfib_semantics.c560 int upper_bound; in fib_rebalance() local
565 upper_bound = -1; in fib_rebalance()
569 upper_bound = -1; in fib_rebalance()
572 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance()
576 atomic_set(&nexthop_nh->nh_upper_bound, upper_bound); in fib_rebalance()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree.c66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() function
444 i = upper_bound(n, key); in dm_btree_lookup_next_single()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h392 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
Dbnx2x_hsi.h4933 u32 upper_bound; member
/linux-4.4.14/arch/x86/mm/
Dmpx.c286 info->si_upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_generate_siginfo()