/Linux-v5.15/lib/ |
D | test_rhashtable.c | 49 static int tcount = 10; variable 50 module_param(tcount, int, 0); 51 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)"); 756 if (!tcount) in test_rht_init() 760 tcount); in test_rht_init() 761 atomic_set(&startup_count, tcount); in test_rht_init() 762 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init() 765 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init() 772 roundup_pow_of_two(tcount * entries); in test_rht_init() 781 for (i = 0; i < tcount; i++) { in test_rht_init() [all …]
|
/Linux-v5.15/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 848 int tcount; /* Last infoblock number */ member 2371 lp->tcount = 0; in autoconf_media() 2528 lp->tcount++; in de4x5_suspect_state() 2767 lp->tcount++; in dc21140m_autoconf() 2878 lp->tcount++; in dc21140m_autoconf() 2896 lp->tcount++; in dc21140m_autoconf() 2949 lp->tcount++; in dc2114x_autoconf() 3087 lp->tcount++; in dc2114x_autoconf() 3107 lp->tcount++; in dc2114x_autoconf() 3135 lp->tcount++; in dc2114x_autoconf() [all …]
|
/Linux-v5.15/crypto/ |
D | tcrypt.c | 253 unsigned int tcount, u8 authsize, in test_mb_aead_speed() argument 361 for (j = 0; j < tcount; j++) { in test_mb_aead_speed() 528 unsigned int tcount, u8 authsize, in test_aead_speed() argument 619 for (j = 0; j < tcount; j++) { in test_aead_speed() 1264 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed() argument 1347 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed() 1507 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed() argument 1568 for (j = 0; j < tcount; j++) { in test_skcipher_speed() 1638 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument 1640 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed() [all …]
|
D | testmgr.c | 1881 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local 1892 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash() 1896 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash() 2601 unsigned int tcount) in test_cipher() argument 2621 for (i = 0; i < tcount; i++) { in test_cipher() 3444 unsigned int tcount) in test_cprng() argument 3460 for (i = 0; i < tcount; i++) { in test_cprng() 3713 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local 3718 for (i = 0; i < tcount; i++) { in alg_test_drbg() 3874 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp() argument [all …]
|
/Linux-v5.15/fs/ |
D | dcache.c | 196 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument 203 if (tcount < sizeof(unsigned long)) in dentry_string_cmp() 209 tcount -= sizeof(unsigned long); in dentry_string_cmp() 210 if (!tcount) in dentry_string_cmp() 213 mask = bytemask_from_count(tcount); in dentry_string_cmp() 219 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument 226 tcount--; in dentry_string_cmp() 227 } while (tcount); in dentry_string_cmp() 233 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument 253 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
|
/Linux-v5.15/drivers/ata/ |
D | sata_sx4.c | 1263 u32 tcount = 0; in pdc20621_dimm_init() local 1291 tcount = readl(mmio + PDC_TIME_COUNTER); in pdc20621_dimm_init() 1292 VPRINTK("Time Counter Register (0x44): 0x%x\n", tcount); in pdc20621_dimm_init() 1298 if (tcount >= PCI_X_TCOUNT) { in pdc20621_dimm_init() 1299 ticks = (time_period - tcount); in pdc20621_dimm_init()
|
/Linux-v5.15/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 136 int tcount, bcount; member 242 vip->tcount = 0; in vip_active_buf_next() 266 vip->tcount = 0; in queue_setup() 793 if ((++vip->tcount) < 2) in vip_irq()
|
/Linux-v5.15/tools/testing/selftests/tc-testing/ |
D | tdc.py | 330 tcount = len(testlist) 341 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist]) 403 if tcount + 1 != count:
|
/Linux-v5.15/include/soc/fsl/qe/ |
D | qe.h | 598 __be16 tcount; /* Tx byte count */ member
|