| /Linux-v4.19/lib/ |
| D | test_rhashtable.c | 52 static int tcount = 10; variable 53 module_param(tcount, int, 0); 54 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)"); 753 if (!tcount) in test_rht_init() 757 tcount); in test_rht_init() 758 sema_init(&prestart_sem, 1 - tcount); in test_rht_init() 759 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init() 762 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init() 769 roundup_pow_of_two(tcount * entries); in test_rht_init() 778 for (i = 0; i < tcount; i++) { in test_rht_init() [all …]
|
| /Linux-v4.19/crypto/ |
| D | testmgr.c | 269 const struct hash_testvec *template, unsigned int tcount, in __test_hash() argument 305 for (i = 0; i < tcount; i++) { in __test_hash() 422 for (i = 0; i < tcount; i++) { in __test_hash() 488 for (i = 0; i < tcount; i++) { in __test_hash() 578 unsigned int tcount, enum hash_test test_type) in test_hash() argument 583 ret = __test_hash(tfm, template, tcount, test_type, 0); in test_hash() 588 ret = __test_hash(tfm, template, tcount, test_type, 1); in test_hash() 595 ret = __test_hash(tfm, template, tcount, test_type, in test_hash() 605 const struct aead_testvec *template, unsigned int tcount, in __test_aead() argument 671 for (i = 0, j = 0; i < tcount; i++) { in __test_aead() [all …]
|
| D | tcrypt.c | 256 unsigned int tcount, u8 authsize, in test_mb_aead_speed() argument 357 for (j = 0; j < tcount; j++) { in test_mb_aead_speed() 524 unsigned int tcount, u8 authsize, in test_aead_speed() argument 607 for (j = 0; j < tcount; j++) { in test_aead_speed() 1251 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed() argument 1332 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed() 1492 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed() argument 1552 for (j = 0; j < tcount; j++) { in test_skcipher_speed() 1622 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument 1624 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed() [all …]
|
| /Linux-v4.19/tools/testing/selftests/tc-testing/ |
| D | tdc.py | 248 tcount = len(testlist) 260 tap = str(index) + ".." + str(tcount) + "\n" 262 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist]) 319 if tcount + 1 != index:
|
| /Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
| D | de4x5.c | 847 int tcount; /* Last infoblock number */ member 2370 lp->tcount = 0; in autoconf_media() 2527 lp->tcount++; in de4x5_suspect_state() 2766 lp->tcount++; in dc21140m_autoconf() 2877 lp->tcount++; in dc21140m_autoconf() 2895 lp->tcount++; in dc21140m_autoconf() 2948 lp->tcount++; in dc2114x_autoconf() 3086 lp->tcount++; in dc2114x_autoconf() 3106 lp->tcount++; in dc2114x_autoconf() 3134 lp->tcount++; in dc2114x_autoconf() [all …]
|
| /Linux-v4.19/fs/ |
| D | dcache.c | 180 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument 187 if (tcount < sizeof(unsigned long)) in dentry_string_cmp() 193 tcount -= sizeof(unsigned long); in dentry_string_cmp() 194 if (!tcount) in dentry_string_cmp() 197 mask = bytemask_from_count(tcount); in dentry_string_cmp() 203 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument 210 tcount--; in dentry_string_cmp() 211 } while (tcount); in dentry_string_cmp() 217 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument 237 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
|
| /Linux-v4.19/drivers/ata/ |
| D | sata_sx4.c | 1277 u32 tcount = 0; in pdc20621_dimm_init() local 1305 tcount = readl(mmio + PDC_TIME_COUNTER); in pdc20621_dimm_init() 1306 VPRINTK("Time Counter Register (0x44): 0x%x\n", tcount); in pdc20621_dimm_init() 1312 if (tcount >= PCI_X_TCOUNT) { in pdc20621_dimm_init() 1313 ticks = (time_period - tcount); in pdc20621_dimm_init()
|
| /Linux-v4.19/drivers/media/pci/sta2x11/ |
| D | sta2x11_vip.c | 152 int tcount, bcount; member 258 vip->tcount = 0; in vip_active_buf_next() 282 vip->tcount = 0; in queue_setup() 813 if ((++vip->tcount) < 2) in vip_irq()
|
| /Linux-v4.19/include/soc/fsl/qe/ |
| D | qe.h | 604 __be16 tcount; /* Tx byte count */ member
|