Home
last modified time | relevance | path

Searched refs:tcount (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_rhashtable.c49 static int tcount = 10; variable
50 module_param(tcount, int, 0);
51 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
755 if (!tcount) in test_rht_init()
759 tcount); in test_rht_init()
760 atomic_set(&startup_count, tcount); in test_rht_init()
761 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init()
764 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init()
771 roundup_pow_of_two(tcount * entries); in test_rht_init()
780 for (i = 0; i < tcount; in test_rht_init()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_rhashtable.c49 static int tcount = 10; variable
50 module_param(tcount, int, 0);
51 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
740 if (!tcount) in test_rht_init()
744 tcount); in test_rht_init()
745 atomic_set(&startup_count, tcount); in test_rht_init()
746 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init()
749 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init()
756 roundup_pow_of_two(tcount * entries); in test_rht_init()
765 for (i = 0; i < tcount; in test_rht_init()
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c847 int tcount; /* Last infoblock number */ member
2369 lp->tcount = 0; in autoconf_media()
2526 lp->tcount++; in de4x5_suspect_state()
2765 lp->tcount++; in dc21140m_autoconf()
2876 lp->tcount++; in dc21140m_autoconf()
2894 lp->tcount++; in dc21140m_autoconf()
2947 lp->tcount++; in dc2114x_autoconf()
3085 lp->tcount++; in dc2114x_autoconf()
3105 lp->tcount++; in dc2114x_autoconf()
3133 lp->tcount in dc2114x_autoconf()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c253 unsigned int tcount, u8 authsize, in test_mb_aead_speed()
354 for (j = 0; j < tcount; j++) { in test_mb_aead_speed()
521 unsigned int tcount, u8 authsize, in test_aead_speed()
604 for (j = 0; j < tcount; j++) { in test_aead_speed()
1251 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed()
1323 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed()
1483 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed()
1543 for (j = 0; j < tcount; j++) { in test_skcipher_speed()
1613 unsigned int tcount, u8 *keysize) in test_acipher_speed()
1615 return test_skcipher_speed(algo, enc, secs, template, tcount, keysiz in test_acipher_speed()
251 test_mb_aead_speed(const char *algo, int enc, int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize, u32 num_mb) test_mb_aead_speed() argument
519 test_aead_speed(const char *algo, int enc, unsigned int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize) test_aead_speed() argument
1249 test_mb_skcipher_speed(const char *algo, int enc, int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, u32 num_mb) test_mb_skcipher_speed() argument
1481 test_skcipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, bool async) test_skcipher_speed() argument
1611 test_acipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) test_acipher_speed() argument
1619 test_cipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) test_cipher_speed() argument
[all...]
H A Dtestmgr.c1887 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local
1898 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash()
1902 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash()
2613 unsigned int tcount) in test_cipher()
2633 for (i = 0; i < tcount; i++) { in test_cipher()
3460 unsigned int tcount) in test_cprng()
3476 for (i = 0; i < tcount; i++) { in test_cprng()
3728 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
3733 for (i = 0; i < tcount; i++) { in alg_test_drbg()
3889 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp()
2611 test_cipher(struct crypto_cipher *tfm, int enc, const struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
3458 test_cprng(struct crypto_rng *tfm, const struct cprng_testvec *template, unsigned int tcount) test_cprng() argument
3888 test_kpp(struct crypto_kpp *tfm, const char *alg, const struct kpp_testvec *vecs, unsigned int tcount) test_kpp() argument
4112 test_akcipher(struct crypto_akcipher *tfm, const char *alg, const struct akcipher_testvec *vecs, unsigned int tcount) test_akcipher() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c245 unsigned int tcount, u8 authsize, in test_mb_aead_speed()
353 for (j = 0; j < tcount; j++) { in test_mb_aead_speed()
520 unsigned int tcount, u8 authsize, in test_aead_speed()
611 for (j = 0; j < tcount; j++) { in test_aead_speed()
1062 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed()
1136 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed()
1295 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed()
1355 for (j = 0; j < tcount; j++) { in test_skcipher_speed()
1425 unsigned int tcount, u8 *keysize) in test_acipher_speed()
1427 return test_skcipher_speed(algo, enc, secs, template, tcount, keysiz in test_acipher_speed()
243 test_mb_aead_speed(const char *algo, int enc, int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize, u32 num_mb) test_mb_aead_speed() argument
518 test_aead_speed(const char *algo, int enc, unsigned int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize) test_aead_speed() argument
1060 test_mb_skcipher_speed(const char *algo, int enc, int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, u32 num_mb) test_mb_skcipher_speed() argument
1293 test_skcipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, bool async) test_skcipher_speed() argument
1423 test_acipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) test_acipher_speed() argument
1431 test_cipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) test_cipher_speed() argument
[all...]
H A Dtestmgr.c1990 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local
2001 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash()
2005 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash()
2723 unsigned int tcount) in test_cipher()
2743 for (i = 0; i < tcount; i++) { in test_cipher()
3604 unsigned int tcount) in test_cprng()
3620 for (i = 0; i < tcount; i++) { in test_cprng()
3873 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
3878 for (i = 0; i < tcount; i++) { in alg_test_drbg()
4034 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp()
2721 test_cipher(struct crypto_cipher *tfm, int enc, const struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
3602 test_cprng(struct crypto_rng *tfm, const struct cprng_testvec *template, unsigned int tcount) test_cprng() argument
4033 test_kpp(struct crypto_kpp *tfm, const char *alg, const struct kpp_testvec *vecs, unsigned int tcount) test_kpp() argument
4257 test_akcipher(struct crypto_akcipher *tfm, const char *alg, const struct akcipher_testvec *vecs, unsigned int tcount) test_akcipher() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc.py330 tcount = len(testlist)
341 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist])
403 if tcount + 1 != count:
/kernel/linux/linux-5.10/fs/
H A Ddcache.c191 * In contrast, 'ct' and 'tcount' can be from a pathname, and do
194 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
201 if (tcount < sizeof(unsigned long)) in dentry_string_cmp()
207 tcount -= sizeof(unsigned long); in dentry_string_cmp()
208 if (!tcount) in dentry_string_cmp()
211 mask = bytemask_from_count(tcount); in dentry_string_cmp()
217 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
224 tcount--; in dentry_string_cmp()
225 } while (tcount); in dentry_string_cmp()
231 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Ddcache.c218 * In contrast, 'ct' and 'tcount' can be from a pathname, and do
221 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
228 if (tcount < sizeof(unsigned long)) in dentry_string_cmp()
234 tcount -= sizeof(unsigned long); in dentry_string_cmp()
235 if (!tcount) in dentry_string_cmp()
238 mask = bytemask_from_count(tcount); in dentry_string_cmp()
244 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
251 tcount--; in dentry_string_cmp()
252 } while (tcount); in dentry_string_cmp()
258 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dsata_sx4.c1263 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()
/kernel/linux/linux-6.6/drivers/ata/
H A Dsata_sx4.c1216 u32 tcount = 0; in pdc20621_dimm_init() local
1244 tcount = readl(mmio + PDC_TIME_COUNTER); in pdc20621_dimm_init()
1245 dev_dbg(host->dev, "Time Counter Register (0x44): 0x%x\n", tcount); in pdc20621_dimm_init()
1251 if (tcount >= PCI_X_TCOUNT) { in pdc20621_dimm_init()
1252 ticks = (time_period - tcount); in pdc20621_dimm_init()
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc.py453 tcount = len(testlist)
464 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist])
527 if tcount + 1 != count:
/kernel/linux/linux-5.10/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c104 * @tcount: Number of top frames
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()
/kernel/linux/linux-6.6/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c105 * @tcount: Number of top frames
137 int tcount, bcount; member
243 vip->tcount = 0; in vip_active_buf_next()
267 vip->tcount = 0; in queue_setup()
790 if ((++vip->tcount) < 2) in vip_irq()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Dqe.h615 __be16 tcount; /* Tx byte count */ member
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Dqe.h599 __be16 tcount; /* Tx byte count */ member

Completed in 39 milliseconds