Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/md/persistent-data/
Ddm-btree-internal.h137 int lower_bound(struct btree_node *n, uint64_t key);
Ddm-btree-remove.c462 i = lower_bound(n, key); in rebalance_children()
487 int i = lower_bound(n, key); in do_leaf()
539 i = lower_bound(n, key); in remove_raw()
Ddm-btree.c61 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() function
372 lower_bound, &rkey, in dm_btree_lookup()
636 i = lower_bound(node, key); in btree_insert_raw()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c1012 u8 __maybe_unused lower_bound, upper_bound; in iwl_mvm_rx_ant_coupling_notif() local
1034 lower_bound = antenna_coupling_ranges[lut].range; in iwl_mvm_rx_ant_coupling_notif()
1042 ant_isolation, lower_bound, upper_bound, lut); in iwl_mvm_rx_ant_coupling_notif()
Dcoex_legacy.c1259 u8 __maybe_unused lower_bound, upper_bound; in iwl_mvm_rx_ant_coupling_notif_old() local
1286 lower_bound = antenna_coupling_ranges[lut].range; in iwl_mvm_rx_ant_coupling_notif_old()
1294 ant_isolation, lower_bound, upper_bound, lut); in iwl_mvm_rx_ant_coupling_notif_old()
/linux-4.1.27/arch/x86/mm/
Dmpx.c304 info->si_lower = (void __user *)(unsigned long)bndreg->lower_bound; in mpx_generate_siginfo()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h400 u64 lower_bound; member