Searched refs:CHN_F_RUNNING (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.h349 #define CHN_F_RUNNING 0x00000004 /* dma is running */ macro
402 #define CHN_F_MMAP_INVALID (CHN_F_DEAD | CHN_F_RUNNING)
H A Ddsp.c767 rdch->flags &= ~(CHN_F_RUNNING | CHN_F_MMAP |
785 wrch->flags &= ~(CHN_F_RUNNING | CHN_F_MMAP |
864 (((*ch)->flags & CHN_F_RUNNING) && (*ch)->pid != runpid)) {
868 } else if (!((*ch)->flags & CHN_F_RUNNING)) {
869 (*ch)->flags |= CHN_F_RUNNING;

Completed in 122 milliseconds