Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/
H A Dclone.c523 int cunit, allocunit; in snd_clone_alloc() local
547 allocunit = (*unit == -1) ? 0 : *unit; in snd_clone_alloc()
576 if (*unit == -1 && (ce->unit & ~tmask) == allocunit) in snd_clone_alloc()
577 allocunit++; in snd_clone_alloc()
578 if ((ce->unit & ~tmask) < allocunit) in snd_clone_alloc()
617 if (allocunit < (nce->unit & ~tmask)) in snd_clone_alloc()
621 } else if (allocunit > c->maxunit) { in snd_clone_alloc()
674 ce->unit = tmask | allocunit; in snd_clone_alloc()
689 *unit = allocunit; in snd_clone_alloc()