Home
last modified time | relevance | path

Searched refs:nwait (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c353 unsigned int nwait, nbw = 0; in sun4i_hash_final() local
374 nwait = op->len / 4; in sun4i_hash_final()
375 if (nwait > 0) { in sun4i_hash_final()
376 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash_final()
377 op->byte_count += 4 * nwait; in sun4i_hash_final()
379 nbw = op->len - 4 * nwait; in sun4i_hash_final()
380 wb = *(u32 *)(op->buf + nwait * 4); in sun4i_hash_final()
/linux-4.4.14/sound/hda/
Dhdac_stream.c580 int i, nwait, timeout; in snd_hdac_stream_sync() local
584 nwait = 0; in snd_hdac_stream_sync()
592 nwait++; in snd_hdac_stream_sync()
597 nwait++; in snd_hdac_stream_sync()
602 if (!nwait) in snd_hdac_stream_sync()
/linux-4.4.14/fs/
Deventpoll.c157 int nwait; member
1094 if (epi->nwait >= 0 && (pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL))) { in ep_ptable_queue_proc()
1100 epi->nwait++; in ep_ptable_queue_proc()
1103 epi->nwait = -1; in ep_ptable_queue_proc()
1286 epi->nwait = 0; in ep_insert()
1315 if (epi->nwait < 0) in ep_insert()
/linux-4.4.14/drivers/media/usb/gspca/
Dsq930x.c674 int i, nwait; in mt9v111_init() local
691 nwait = 20; in mt9v111_init()
697 if (--nwait < 0) { in mt9v111_init()