Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dm68360_pram.h96 unsigned short tcount; /* Tx byte count */ member
156 unsigned short tcount; /* Tx byte count */ member
208 unsigned short tcount; /* Tx byte count */ member
259 unsigned short tcount; /* Tx byte count */ member
277 unsigned short tcount; /* Tx byte count */ member
301 unsigned short tcount; /* Tx byte count */ member
330 unsigned short tcount; /* Tx byte count */ member
407 unsigned short tcount; /* Tx byte count */ member
/linux-4.4.14/lib/
Dtest_rhashtable.c51 static int tcount = 10; variable
52 module_param(tcount, int, 0);
53 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
345 if (!tcount) in test_rht_init()
349 tcount); in test_rht_init()
350 sema_init(&prestart_sem, 1 - tcount); in test_rht_init()
351 tdata = vzalloc(tcount * sizeof(struct thread_data)); in test_rht_init()
354 objs = vzalloc(tcount * entries * sizeof(struct test_obj)); in test_rht_init()
368 for (i = 0; i < tcount; i++) { in test_rht_init()
380 for (i = 0; i < tcount; i++) in test_rht_init()
[all …]
/linux-4.4.14/arch/blackfin/kernel/
Dtime.c50 u32 tcount; in setup_core_timer() local
59 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
60 bfin_write_TPERIOD(tcount); in setup_core_timer()
61 bfin_write_TCOUNT(tcount); in setup_core_timer()
Dtime-ts.c258 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_coretmr_set_periodic() local
263 bfin_write_TPERIOD(tcount); in bfin_coretmr_set_periodic()
264 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_periodic()
/linux-4.4.14/crypto/
Dtestmgr.c202 unsigned int tcount, bool use_digest, in __test_hash() argument
237 for (i = 0; i < tcount; i++) { in __test_hash()
312 for (i = 0; i < tcount; i++) { in __test_hash()
401 unsigned int tcount, bool use_digest) in test_hash() argument
406 ret = __test_hash(tfm, template, tcount, use_digest, 0); in test_hash()
411 ret = __test_hash(tfm, template, tcount, use_digest, 1); in test_hash()
418 ret = __test_hash(tfm, template, tcount, use_digest, in test_hash()
428 struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
491 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
609 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
[all …]
Dtcrypt.c303 unsigned int tcount, u8 authsize, in test_aead_speed() argument
386 for (j = 0; j < tcount; j++) { in test_aead_speed()
459 unsigned int tcount, u8 *keysize) in test_cipher_speed() argument
508 for (j = 0; j < tcount; j++) { in test_cipher_speed()
1111 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument
1171 for (j = 0; j < tcount; j++) { in test_acipher_speed()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
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 …]
/linux-4.4.14/fs/
Ddcache.c179 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
186 if (tcount < sizeof(unsigned long)) in dentry_string_cmp()
192 tcount -= sizeof(unsigned long); in dentry_string_cmp()
193 if (!tcount) in dentry_string_cmp()
196 mask = bytemask_from_count(tcount); in dentry_string_cmp()
202 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
209 tcount--; in dentry_string_cmp()
210 } while (tcount); in dentry_string_cmp()
216 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-4.4.14/drivers/ata/
Dsata_sx4.c1277 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-4.4.14/drivers/media/pci/sta2x11/
Dsta2x11_vip.c152 int tcount, bcount; member
258 vip->tcount = 0; in vip_active_buf_next()
283 vip->tcount = 0; in queue_setup()
809 if ((++vip->tcount) < 2) in vip_irq()
/linux-4.4.14/arch/powerpc/include/asm/
Dqe.h537 __be16 tcount; /* Tx byte count */ member