Searched refs:lower_bound (Results 1 – 5 of 5) sorted by relevance
/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 432 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()
|
D | dm-btree.c | 61 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()
|
D | dm-btree-internal.h | 137 int lower_bound(struct btree_node *n, uint64_t key);
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | coex.c | 952 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()
|
D | coex_legacy.c | 1251 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()
|