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

/freebsd-13-stable/sys/dev/sound/
H A Dclone.h55 * SND_CLONE_GC_LASTREF - Garbage collect during last reference
67 #define SND_CLONE_GC_LASTREF 0x00000008 macro
74 SND_CLONE_GC_LASTREF | \
H A Dclone.c585 (!(c->flags & SND_CLONE_GC_LASTREF) ||
586 (c->refcount == 0 && (c->flags & SND_CLONE_GC_LASTREF))))
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dsound.c1119 SND_CLONE_GC_LASTREF | SND_CLONE_GC_EXPIRED);

Completed in 106 milliseconds