Searched refs:nwait (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_controller.c | 567 int nwait, timeout; azx_pcm_trigger() local 628 nwait = 0; snd_pcm_group_for_each_entry() 635 nwait++; snd_pcm_group_for_each_entry() 637 if (!nwait) 644 nwait = 0; snd_pcm_group_for_each_entry() 651 nwait++; snd_pcm_group_for_each_entry() 653 if (!nwait)
|
/linux-4.1.27/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.1.27/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.1.27/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 206 milliseconds