Searched refs:nwait (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
H A D | sun4i-ss-hash.c | 353 unsigned int nwait, nbw = 0; sun4i_hash_final() local 374 nwait = op->len / 4; sun4i_hash_final() 375 if (nwait > 0) { sun4i_hash_final() 376 writesl(ss->base + SS_RXFIFO, op->buf, nwait); sun4i_hash_final() 377 op->byte_count += 4 * nwait; sun4i_hash_final() 379 nbw = op->len - 4 * nwait; sun4i_hash_final() 380 wb = *(u32 *)(op->buf + nwait * 4); sun4i_hash_final()
|
/linux-4.4.14/sound/hda/ |
H A D | hdac_stream.c | 580 int i, nwait, timeout; snd_hdac_stream_sync() local 584 nwait = 0; snd_hdac_stream_sync() 592 nwait++; snd_hdac_stream_sync() 597 nwait++; snd_hdac_stream_sync() 602 if (!nwait) snd_hdac_stream_sync()
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | iotiming-s3c2410.c | 159 s3c_freq_iodbg("%s: cyc=%u, nwait=%d, hclk=%lu => div=%u\n", calc_tacc() 230 /* tacc: 1,2,3,4,6,7,10,14 (>4 for nwait) */ s3c2410_calc_bank()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | sq930x.c | 674 int i, nwait; mt9v111_init() local 691 nwait = 20; mt9v111_init() 697 if (--nwait < 0) { mt9v111_init()
|
/linux-4.4.14/fs/ |
H A D | eventpoll.c | 157 int nwait; member in struct:epitem 1094 if (epi->nwait >= 0 && (pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL))) { ep_ptable_queue_proc() 1100 epi->nwait++; ep_ptable_queue_proc() 1103 epi->nwait = -1; ep_ptable_queue_proc() 1286 epi->nwait = 0; ep_insert() 1315 if (epi->nwait < 0) ep_insert()
|
Completed in 651 milliseconds