Home
last modified time | relevance | path

Searched refs:tcount (Results 1 – 6 of 6) sorted by relevance

/linux/lib/
H A Dtest_rhashtable.c50 static int tcount = 10; variable
51 module_param(tcount, int, 0);
52 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
741 if (!tcount) in test_rht_init()
745 tcount); in test_rht_init()
746 atomic_set(&startup_count, tcount); in test_rht_init()
747 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init()
750 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init()
757 roundup_pow_of_two(tcount * entries); in test_rht_init()
766 for (i = 0; i < tcount; i++) { in test_rht_init()
[all …]
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c29 static int nl_sock, ret_errno, tcount; variable
146 tcount++; in handle_packet()
308 printf("Done total count: %d\n", tcount); in main()
/linux/drivers/ata/
H A Dsata_sx4.c1219 u32 tcount = 0; in pdc20621_dimm_init() local
1247 tcount = readl(mmio + PDC_TIME_COUNTER); in pdc20621_dimm_init()
1248 dev_dbg(host->dev, "Time Counter Register (0x44): 0x%x\n", tcount); in pdc20621_dimm_init()
1254 if (tcount >= PCI_X_TCOUNT) { in pdc20621_dimm_init()
1255 ticks = (time_period - tcount); in pdc20621_dimm_init()
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py481 tcount = len(testlist)
486 pm.call_pre_suite(tcount, testlist)
512 tcount = len(testlist)
567 if tcount + 1 != count:
/linux/crypto/
H A Dtestmgr.c1993 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local
2004 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash()
2008 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash()
2715 unsigned int tcount) in test_cipher() argument
2735 for (i = 0; i < tcount; i++) { in test_cipher()
3562 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
3567 for (i = 0; i < tcount; i++) { in alg_test_drbg()
3723 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp() argument
3727 for (i = 0; i < tcount; i++) { in test_kpp()
3903 unsigned int tcount) in test_akcipher() argument
[all …]
/linux/include/soc/fsl/qe/
H A Dqe.h620 __be16 tcount; /* Tx byte count */ member