Searched refs:nonblock (Results 1 – 8 of 8) sorted by relevance
/sound/core/seq/ |
D | seq_memory.c | 209 int nonblock, struct file *file, in snd_seq_cell_alloc() argument 229 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc() 280 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 298 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup() 324 err = snd_seq_cell_alloc(pool, &tmp, nonblock, file, in snd_seq_event_dup()
|
D | seq_fifo.h | 42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
|
D | seq_fifo.c | 162 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 175 if (nonblock) { in snd_seq_fifo_cell_out()
|
D | seq_memory.h | 54 struct snd_seq_event_cell **cellp, int nonblock,
|
D | seq_clientmgr.c | 436 int nonblock; in snd_seq_read() local 438 nonblock = (file->f_flags & O_NONBLOCK) || result > 0; in snd_seq_read() 439 if ((err = snd_seq_fifo_cell_out(fifo, &cell, nonblock)) < 0) { in snd_seq_read()
|
/sound/core/oss/ |
D | pcm_oss.c | 2333 if (setup->nonblock) in snd_pcm_oss_init_substream() 2450 int nonblock; in snd_pcm_oss_open() local 2482 nonblock = !!(file->f_flags & O_NONBLOCK); in snd_pcm_oss_open() 2483 if (!nonblock) in snd_pcm_oss_open() 2484 nonblock = nonblock_open; in snd_pcm_oss_open() 2495 if (nonblock) { in snd_pcm_oss_open() 2924 setup->nonblock ? " non-block" : "", in snd_pcm_oss_proc_read() 2987 template.nonblock = 1; in snd_pcm_oss_proc_write()
|
/sound/core/ |
D | pcm_lib.c | 2117 bool nonblock; in __snd_pcm_lib_xfer() local 2159 nonblock = !!(substream->f_flags & O_NONBLOCK); in __snd_pcm_lib_xfer() 2193 if (nonblock) { in __snd_pcm_lib_xfer()
|
D | pcm_native.c | 1829 int nonblock = 0; in snd_pcm_drain() local 1839 nonblock = 1; in snd_pcm_drain() 1841 nonblock = 1; in snd_pcm_drain() 1853 if (nonblock) { in snd_pcm_drain()
|