Home
last modified time | relevance | path

Searched refs:nonblock (Results 1 – 8 of 8) sorted by relevance

/sound/core/seq/
Dseq_memory.c209 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()
Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
Dseq_fifo.c162 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
175 if (nonblock) { in snd_seq_fifo_cell_out()
Dseq_memory.h54 struct snd_seq_event_cell **cellp, int nonblock,
Dseq_clientmgr.c436 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/
Dpcm_oss.c2333 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/
Dpcm_lib.c2117 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()
Dpcm_native.c1829 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()