Lines Matching refs:hash_table
60 head = &detail->hash_table[hash]; in sunrpc_cache_lookup()
171 head = &detail->hash_table[hash]; in sunrpc_cache_update()
419 current_detail->hash_table[current_index] == NULL) in cache_clean()
432 cp = & current_detail->hash_table[current_index]; in cache_clean()
1292 for (ch=cd->hash_table[hash]; ch; ch=ch->next) in c_start()
1300 cd->hash_table[hash]==NULL); in c_start()
1304 return cd->hash_table[hash]; in c_start()
1324 cd->hash_table[hash] == NULL) { in c_next()
1331 return cd->hash_table[hash]; in c_next()
1673 cd->hash_table = kzalloc(cd->hash_size * sizeof(struct cache_head *), in cache_create_net()
1675 if (cd->hash_table == NULL) { in cache_create_net()
1686 kfree(cd->hash_table); in cache_destroy_net()