Home
last modified time | relevance | path

Searched refs:CHN_F_RUNNING (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h354 #define CHN_F_RUNNING 0x00000004 /* dma is running */ macro
406 #define CHN_F_MMAP_INVALID (CHN_F_DEAD | CHN_F_RUNNING)
H A Ddsp.c300 rdch->flags &= ~(CHN_F_RUNNING | CHN_F_MMAP | in dsp_close()
318 wrch->flags &= ~(CHN_F_RUNNING | CHN_F_MMAP | in dsp_close()
546 (((*ch)->flags & CHN_F_RUNNING) && (*ch)->pid != runpid)) { in dsp_io_ops()
550 } else if (!((*ch)->flags & CHN_F_RUNNING)) { in dsp_io_ops()
551 (*ch)->flags |= CHN_F_RUNNING; in dsp_io_ops()