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

/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dsound.c158 int i, err, vcnt; local
173 vcnt = d->pvchancount;
175 vcnt = d->rvchancount;
179 if (newcnt > vcnt) {
181 (num >= 0 && num < SND_MAXVCHANS && (newcnt - 1) == vcnt),
182 ("bogus vchan_create() request num=%d newcnt=%d vcnt=%d",
183 num, newcnt, vcnt));
189 ((c->flags & CHN_F_HAS_VCHAN) || (vcnt == 0 &&
224 while (err == 0 && newcnt > vcnt) {
227 vcnt
[all...]
/freebsd-10.3-release/sys/vm/
H A Dvm_meter.c223 * vcnt() - accumulate statistics from all cpus and the global cnt
235 vcnt(SYSCTL_HANDLER_ARGS) function
260 CTLTYPE_UINT | CTLFLAG_RD | CTLFLAG_MPSAFE, &cnt.var, 0, vcnt, \
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c16173 NUF(vcnt, 1b00500, 2, (RNDQ, RNDQ), neon_cnt),

Completed in 143 milliseconds