Lines Matching defs:bucket
60 * batadv_choose_claim() - choose the right bucket for a claim.
78 * batadv_choose_backbone_gw() - choose the right bucket for a backbone gateway.
2181 * batadv_bla_claim_dump_bucket() - dump one bucket of the claim table
2188 * @bucket: bucket index to dump
2197 struct batadv_hashtable *hash, unsigned int bucket,
2204 spin_lock_bh(&hash->list_locks[bucket]);
2207 hlist_for_each_entry(claim, &hash->table[bucket], hash_entry) {
2221 spin_unlock_bh(&hash->list_locks[bucket]);
2240 int bucket = cb->args[0];
2265 while (bucket < hash->size) {
2267 hash, bucket, &idx))
2269 bucket++;
2272 cb->args[0] = bucket;
2351 * batadv_bla_backbone_dump_bucket() - dump one bucket of the backbone table to
2358 * @bucket: bucket index to dump
2368 unsigned int bucket, int *idx_skip)
2374 spin_lock_bh(&hash->list_locks[bucket]);
2377 hlist_for_each_entry(backbone_gw, &hash->table[bucket], hash_entry) {
2391 spin_unlock_bh(&hash->list_locks[bucket]);
2410 int bucket = cb->args[0];
2435 while (bucket < hash->size) {
2437 hash, bucket, &idx))
2439 bucket++;
2442 cb->args[0] = bucket;