Searched refs:lower_bound (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree-internal.h | 137 int lower_bound(struct btree_node *n, uint64_t key);
|
D | dm-btree-remove.c | 462 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()
|
D | dm-btree.c | 61 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/ |
D | coex.c | 1012 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()
|
D | coex_legacy.c | 1259 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/ |
D | mpx.c | 304 info->si_lower = (void __user *)(unsigned long)bndreg->lower_bound; in mpx_generate_siginfo()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | processor.h | 400 u64 lower_bound; member
|