Lines Matching defs:bucket
1199 * batadv_tt_local_dump_bucket() - Dump one TT local bucket into a message
1205 * @bucket: bucket index to dump
1214 struct batadv_hashtable *hash, unsigned int bucket,
1220 spin_lock_bh(&hash->list_locks[bucket]);
1223 hlist_for_each_entry(common, &hash->table[bucket], hash_entry) {
1229 spin_unlock_bh(&hash->list_locks[bucket]);
1234 spin_unlock_bh(&hash->list_locks[bucket]);
1256 int bucket = cb->args[0];
1280 while (bucket < hash->size) {
1282 hash, bucket, &idx))
1285 bucket++;
1296 cb->args[0] = bucket;
2118 * batadv_tt_global_dump_bucket() - Dump one TT local bucket into a message
2173 int bucket = cb->args[0];
2198 while (bucket < hash->size) {
2199 head = &hash->table[bucket];
2206 bucket++;
2217 cb->args[0] = bucket;