Home
last modified time | relevance | path

Searched refs:SND_CLONE_GC_LASTREF (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/sound/
Dclone.h67 #define SND_CLONE_GC_LASTREF 0x00000008 macro
74 SND_CLONE_GC_LASTREF | \
Dclone.c584 (!(c->flags & SND_CLONE_GC_LASTREF) || in snd_clone_unref()
585 (c->refcount == 0 && (c->flags & SND_CLONE_GC_LASTREF)))) in snd_clone_unref()
/freebsd-12-stable/sys/dev/sound/pcm/
Dsound.c1116 SND_CLONE_GC_LASTREF | SND_CLONE_GC_EXPIRED); in pcm_register()