Home
last modified time | relevance | path

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

/drivers/md/persistent-data/
Ddm-btree-remove.c432 i = lower_bound(n, key); in rebalance_children()
453 int i = lower_bound(n, key); in do_leaf()
505 i = lower_bound(n, key); in remove_raw()
588 *index = lower_bound(n, key); in remove_nearest()
598 *index = lower_bound(n, key); in remove_nearest()
602 i = lower_bound(n, key); in remove_nearest()
Ddm-btree.c61 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() function
395 lower_bound, &rkey, in dm_btree_lookup()
433 i = lower_bound(n, key); in dm_btree_lookup_next_single()
471 lower_bound, rkey, in dm_btree_lookup_next()
723 i = lower_bound(node, key); in btree_insert_raw()
Ddm-btree-internal.h137 int lower_bound(struct btree_node *n, uint64_t key);
/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c952 u8 __maybe_unused lower_bound, upper_bound; in iwl_mvm_rx_ant_coupling_notif() local
977 lower_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
1277 lower_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()