Searched refs:lower_bound (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/trace/
H A Dmpx.h19 __field(u64, lower_bound)
25 __entry->lower_bound = bndreg->lower_bound;
40 __entry->lower_bound,
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-btree-remove.c426 i = lower_bound(n, key); rebalance_children()
447 int i = lower_bound(n, key); do_leaf()
499 i = lower_bound(n, key); remove_raw()
581 *index = lower_bound(n, key); remove_nearest()
591 *index = lower_bound(n, key); remove_nearest()
595 i = lower_bound(n, key); remove_nearest()
H A Ddm-btree-internal.h137 int lower_bound(struct btree_node *n, uint64_t key);
H A Ddm-btree.c61 int lower_bound(struct btree_node *n, uint64_t key) lower_bound() function
393 lower_bound, &rkey, dm_btree_lookup()
431 i = lower_bound(n, key); dm_btree_lookup_next_single()
469 lower_bound, rkey, dm_btree_lookup_next()
735 i = lower_bound(node, key); btree_insert_raw()
/linux-4.4.14/arch/x86/include/asm/fpu/
H A Dtypes.h158 u64 lower_bound; member in struct:mpx_bndreg
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dcoex.c952 u8 __maybe_unused lower_bound, upper_bound; iwl_mvm_rx_ant_coupling_notif() local
977 lower_bound = antenna_coupling_ranges[lut].range; iwl_mvm_rx_ant_coupling_notif()
985 ant_isolation, lower_bound, upper_bound, lut); iwl_mvm_rx_ant_coupling_notif()
H A Dcoex_legacy.c1251 u8 __maybe_unused lower_bound, upper_bound; iwl_mvm_rx_ant_coupling_notif_old() local
1277 lower_bound = antenna_coupling_ranges[lut].range; iwl_mvm_rx_ant_coupling_notif_old()
1285 ant_isolation, lower_bound, upper_bound, lut); iwl_mvm_rx_ant_coupling_notif_old()
/linux-4.4.14/arch/x86/mm/
H A Dmpx.c285 info->si_lower = (void __user *)(unsigned long)bndreg->lower_bound; mpx_generate_siginfo()

Completed in 463 milliseconds