Lines Matching refs:tbl
85 struct bucket_table *tbl; in test_bucket_stats() local
87 tbl = rht_dereference_rcu(ht->tbl, ht); in test_bucket_stats()
88 for (i = 0; i < tbl->size; i++) { in test_bucket_stats()
92 pr_info(" [%#4x/%u]", i, tbl->size); in test_bucket_stats()
94 rht_for_each_entry_rcu(obj, pos, tbl, i, node) { in test_bucket_stats()
101 rht_for_each_entry_rcu(obj, pos, tbl, i, node) in test_bucket_stats()
110 i, tbl->buckets[i], cnt); in test_bucket_stats()
122 struct bucket_table *tbl; in test_rhashtable() local
175 tbl = rht_dereference_rcu(ht->tbl, ht); in test_rhashtable()
176 for (i = 0; i < tbl->size; i++) in test_rhashtable()
177 rht_for_each_entry_safe(obj, pos, next, tbl, i, node) in test_rhashtable()