Lines Matching defs:bucket
1906 * batadv_mcast_flags_dump_bucket() - dump one bucket of the multicast flags
1912 * @bucket: bucket index to dump
1921 unsigned int bucket, long *idx_skip)
1926 spin_lock_bh(&hash->list_locks[bucket]);
1929 hlist_for_each_entry(orig_node, &hash->table[bucket], hash_entry) {
1938 spin_unlock_bh(&hash->list_locks[bucket]);
1947 spin_unlock_bh(&hash->list_locks[bucket]);
1958 * @bucket: current bucket to dump
1959 * @idx: index in current bucket to the next entry to dump
1966 struct batadv_priv *bat_priv, long *bucket, long *idx)
1969 long bucket_tmp = *bucket;
1981 *bucket = bucket_tmp;
2047 long *bucket = &cb->args[0];
2056 ret = __batadv_mcast_flags_dump(msg, portid, cb, bat_priv, bucket, idx);