Home
last modified time | relevance | path

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

/sound/core/
Dpcm_native.c1155 bool do_free; in snd_pcm_group_unref() local
1159 do_free = refcount_dec_and_test(&group->refs); in snd_pcm_group_unref()
1161 if (do_free) in snd_pcm_group_unref()
2122 bool do_free = false; in snd_pcm_unlink() local
2143 do_free = refcount_dec_and_test(&group->refs); in snd_pcm_unlink()
2147 if (do_free) in snd_pcm_unlink()