Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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; i++) { in test_rht_init()
[all …]
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dremote.c641 int tcount = 0; local
706 tcount++;
707 if (tcount > 3)
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/crypto/
H A Dtcrypt.c253 unsigned int tcount, u8 authsize, in test_mb_aead_speed() argument
354 for (j = 0; j < tcount; j++) { in test_mb_aead_speed()
521 unsigned int tcount, u8 authsize, in test_aead_speed() argument
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() 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 …]
H A Dtestmgr.c1890 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local
1901 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash()
1905 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash()
2616 unsigned int tcount) in test_cipher() argument
2636 for (i = 0; i < tcount; i++) { in test_cipher()
3463 unsigned int tcount) in test_cprng() argument
3479 for (i = 0; i < tcount; i++) { in test_cprng()
3731 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
3736 for (i = 0; i < tcount; i++) { in alg_test_drbg()
3892 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp() argument
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c194 …tic 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 …tic 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
251 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c136 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()
/OK3568_Linux_fs/kernel/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:
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch113 + Bit32u tcount, wfpos, tinc; // time (position in waveform) and time increment
284 - Bit32u tcount, wfpos, tinc; // time (position in waveform) and time increment
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dasn1t.h467 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dasn1t.h467 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dasn1t.h467 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dasn1t.h467 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe.h615 __be16 tcount; /* Tx byte count */ member
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h608 ushort tcount; /* Tx byte count */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dasn1t.h520 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dasn1t.h520 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1t.h569 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member