Searched refs:upper_bound (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/trace/ |
D | mpx.h | 20 __field(u64, upper_bound) 26 __entry->upper_bound = bndreg->upper_bound; 41 ~__entry->upper_bound
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | coex.c | 952 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()
|
D | coex_legacy.c | 1251 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/ |
D | types.h | 159 u64 upper_bound; member
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 560 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/ |
D | dm-btree.c | 66 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/ |
D | bnx2x_init.h | 392 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
|
D | bnx2x_hsi.h | 4933 u32 upper_bound; member
|
/linux-4.4.14/arch/x86/mm/ |
D | mpx.c | 286 info->si_upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_generate_siginfo()
|