Lines Matching refs:size
405 for (i = 0; i < hash->size; i++) {
437 for (i = 0; i < hash->size; i++) {
491 * @size: size of the hash table
495 static u32 batadv_nc_hash_choose(const void *data, u32 size)
503 return hash % size;
550 index = batadv_nc_hash_choose(data, hash->size);
683 for (i = 0; i < hash->size; i++) {
1275 idx = batadv_nc_hash_choose(&nc_path_key, hash->size);
1754 index = batadv_nc_hash_choose(&nc_path_key, hash->size);