Lines Matching refs:hash_table
63 head = &detail->hash_table[hash]; in sunrpc_cache_lookup()
181 hlist_add_head(&tmp->cache_list, &detail->hash_table[hash]); in sunrpc_cache_update()
422 hlist_empty(¤t_detail->hash_table[current_index])) in cache_clean()
437 head = ¤t_detail->hash_table[current_index]; in cache_clean()
1294 hlist_for_each_entry(ch, &cd->hash_table[hash], cache_list) in cache_seq_start()
1302 hlist_empty(&cd->hash_table[hash])); in cache_seq_start()
1306 return hlist_entry_safe(cd->hash_table[hash].first, in cache_seq_start()
1329 hlist_empty(&cd->hash_table[hash])) { in cache_seq_next()
1336 return hlist_entry_safe(cd->hash_table[hash].first, in cache_seq_next()
1700 cd->hash_table = kzalloc(cd->hash_size * sizeof(struct hlist_head), in cache_create_net()
1702 if (cd->hash_table == NULL) { in cache_create_net()
1708 INIT_HLIST_HEAD(&cd->hash_table[i]); in cache_create_net()
1716 kfree(cd->hash_table); in cache_destroy_net()