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

/freebsd-10-stable/sys/dev/sound/
H A Dclone.c615 int cunit, allocunit; local
639 allocunit = (*unit == -1) ? 0 : *unit;
668 if (*unit == -1 && (ce->unit & ~tmask) == allocunit)
669 allocunit++;
670 if ((ce->unit & ~tmask) < allocunit)
707 * allocunit is smaller, create new entry instead.
709 if (allocunit < (nce->unit & ~tmask))
713 } else if (allocunit > c->maxunit) {
766 ce->unit = tmask | allocunit;
781 *unit = allocunit;
[all...]

Completed in 111 milliseconds