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

/netbsd-current/sys/dev/audio/
H A Daudio.c267 static int mlog_full; /* number of dropped lines by buffer full */ variable
283 mlog_full = 0;
332 if (mlog_full > 0)
333 printf("mlog_full %d\n", mlog_full);
335 mlog_full = 0;
367 mlog_full++;

Completed in 289 milliseconds