Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqht.c262 unsigned long bucket_idx = b - map->buckets; in qht_do_if_first_in_stripe() local
263 bool is_first_in_stripe = (bucket_idx >> QHT_TSAN_BUCKET_LOCKS_BITS) == 0; in qht_do_if_first_in_stripe()
265 unsigned long lock_idx = bucket_idx & (QHT_TSAN_BUCKET_LOCKS - 1); in qht_do_if_first_in_stripe()
278 unsigned long bucket_idx = b - map->buckets; in qht_bucket_lock_do() local
279 unsigned long lock_idx = bucket_idx & (QHT_TSAN_BUCKET_LOCKS - 1); in qht_bucket_lock_do()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c487 int bucket_idx; in arfs_hash_bucket() local
492 bucket_idx = hash_long(l, ARFS_HASH_SHIFT); in arfs_hash_bucket()
494 return &arfs_t->rules_hash[bucket_idx]; in arfs_hash_bucket()
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js278 let bucket_idx = parseInt(t / ((ub - lb) / num_buckets));
279 buckets[bucket_idx]++;
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c140 u16 bucket_idx) in qede_enqueue_fltr_and_config_searcher() argument
152 QEDE_ARFS_BUCKET_HEAD(edev, bucket_idx)); in qede_enqueue_fltr_and_config_searcher()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c278 int bucket_idx; in filter_hash_bucket() local
284 bucket_idx = hash_long(l, MLX4_EN_FILTER_HASH_SHIFT); in filter_hash_bucket()
286 return &priv->filter_hash[bucket_idx]; in filter_hash_bucket()