Lines Matching defs:size
412 for (i = 0; i < hash->size; i++) {
444 for (i = 0; i < hash->size; i++) {
498 * @size: size of the hash table
502 static u32 batadv_nc_hash_choose(const void *data, u32 size)
510 return hash % size;
557 index = batadv_nc_hash_choose(data, hash->size);
690 for (i = 0; i < hash->size; i++) {
1288 idx = batadv_nc_hash_choose(&nc_path_key, hash->size);
1767 index = batadv_nc_hash_choose(&nc_path_key, hash->size);
1912 for (i = 0; i < hash->size; i++) {