Lines Matching refs:hash_size
448 current_index >= current_detail->hash_size) {
460 current_index = current_detail->hash_size;
470 while (current_index < current_detail->hash_size &&
475 if (current_index < current_detail->hash_size) {
556 for (i = 0; i < detail->hash_size; i++) {
1368 } while(hash < cd->hash_size &&
1370 if (hash >= cd->hash_size)
1396 while (hash < cd->hash_size &&
1401 if (hash >= cd->hash_size)
1747 cd->hash_table = kcalloc(cd->hash_size, sizeof(struct hlist_head),
1754 for (i = 0; i < cd->hash_size; i++)