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

/freebsd-10.0-release/sys/dev/sound/
H A Dclone.h53 * SND_CLONE_GC_LASTREF - Garbage collect during last reference
65 #define SND_CLONE_GC_LASTREF 0x00000008 macro
72 SND_CLONE_GC_LASTREF | \
H A Dclone.c582 (!(c->flags & SND_CLONE_GC_LASTREF) ||
583 (c->refcount == 0 && (c->flags & SND_CLONE_GC_LASTREF))))
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dsound.c1075 SND_CLONE_GC_LASTREF | SND_CLONE_GC_EXPIRED);

Completed in 110 milliseconds