Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_memory.c212 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()
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.c434 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/
Dpcm_oss.c2361 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/
Dpcm_lib.c2120 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()
Dpcm_native.c1894 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()