Lines Matching refs:entries
31 static int entries = 50000; variable
32 module_param(entries, int, 0);
33 MODULE_PARM_DESC(entries, "Number of entries to add (default: 50000)");
83 for (i = 0; i < entries * 2; i++) { in test_rht_lookup()
150 total, atomic_read(&ht->nelems), entries, chain_len); in test_bucket_stats()
152 if (total != atomic_read(&ht->nelems) || total != entries) in test_bucket_stats()
167 pr_info(" Adding %d keys\n", entries); in test_rhashtable()
169 for (i = 0; i < entries; i++) { in test_rhashtable()
197 pr_info(" Deleting %d keys\n", entries); in test_rhashtable()
198 for (i = 0; i < entries; i++) { in test_rhashtable()
223 for (i = 0; i < entries; i++) { in thread_lookup_test()
252 for (i = 0; i < entries; i++) { in threadfunc()
277 for (i = 0; i < entries; i += step) { in threadfunc()
311 entries = min(entries, MAX_ENTRIES); in test_rht_init()
354 objs = vzalloc(tcount * entries * sizeof(struct test_obj)); in test_rht_init()
370 tdata[i].objs = objs + i * entries; in test_rht_init()