Searched refs:nonblock (Results 1 – 8 of 8) sorted by relevance
/sound/core/seq/ |
D | seq_memory.c | 212 int nonblock, struct file *file, in snd_seq_cell_alloc() argument 232 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc() 283 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 301 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup() 327 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 | 434 int nonblock; in snd_seq_read() local 436 nonblock = (file->f_flags & O_NONBLOCK) || result > 0; in snd_seq_read() 437 if ((err = snd_seq_fifo_cell_out(fifo, &cell, nonblock)) < 0) { in snd_seq_read()
|
/sound/core/oss/ |
D | pcm_oss.c | 2361 if (setup->nonblock) in snd_pcm_oss_init_substream() 2478 int nonblock; in snd_pcm_oss_open() local 2510 nonblock = !!(file->f_flags & O_NONBLOCK); in snd_pcm_oss_open() 2511 if (!nonblock) in snd_pcm_oss_open() 2512 nonblock = nonblock_open; in snd_pcm_oss_open() 2523 if (nonblock) { in snd_pcm_oss_open() 2952 setup->nonblock ? " non-block" : "", in snd_pcm_oss_proc_read() 3015 template.nonblock = 1; in snd_pcm_oss_proc_write()
|
/sound/core/ |
D | pcm_lib.c | 2120 bool nonblock; in __snd_pcm_lib_xfer() local 2162 nonblock = !!(substream->f_flags & O_NONBLOCK); in __snd_pcm_lib_xfer() 2197 if (nonblock) { in __snd_pcm_lib_xfer()
|
D | pcm_native.c | 1894 int nonblock = 0; in snd_pcm_drain() local 1904 nonblock = 1; in snd_pcm_drain() 1906 nonblock = 1; in snd_pcm_drain() 1918 if (nonblock) { in snd_pcm_drain()
|