Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/crypto/
H A Dtcrypt.c245 unsigned int tcount, u8 authsize, in test_mb_aead_speed() argument
353 for (j = 0; j < tcount; j++) { in test_mb_aead_speed()
520 unsigned int tcount, u8 authsize, in test_aead_speed() argument
611 for (j = 0; j < tcount; j++) { in test_aead_speed()
1263 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed() argument
1337 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed()
1496 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed() argument
1556 for (j = 0; j < tcount; j++) { in test_skcipher_speed()
1626 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument
1628 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed()
[all …]
H A Dtestmgr.c2022 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local
2757 unsigned int tcount) in test_cipher() argument
2777 for (i = 0; i < tcount; i++) { in test_cipher()
3494 unsigned int tcount) in test_cprng() argument
3510 for (i = 0; i < tcount; i++) { in test_cprng()
3753 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
3758 for (i = 0; i < tcount; i++) { in alg_test_drbg()
3918 for (i = 0; i < tcount; i++) { in test_kpp()
4094 unsigned int tcount) in test_akcipher() argument
4100 for (i = 0; i < tcount; i++) { in test_akcipher()
[all …]
/linux-6.15/fs/
H A Ddcache.c255 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
262 if (tcount < sizeof(unsigned long)) in dentry_string_cmp()
268 tcount -= sizeof(unsigned long); in dentry_string_cmp()
269 if (!tcount) in dentry_string_cmp()
272 mask = bytemask_from_count(tcount); in dentry_string_cmp()
278 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
285 tcount--; in dentry_string_cmp()
286 } while (tcount); in dentry_string_cmp()
292 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument
312 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
/linux-6.15/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-6.15/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c137 int tcount, bcount; member
243 vip->tcount = 0; in vip_active_buf_next()
267 vip->tcount = 0; in queue_setup()
789 if ((++vip->tcount) < 2) in vip_irq()
/linux-6.15/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-6.15/include/soc/fsl/qe/
H A Dqe.h620 __be16 tcount; /* Tx byte count */ member