HomeSort by: relevance | last modified time | path
    Searched defs:mlog_full (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audio.c 267 static int mlog_full; /* number of dropped lines by buffer full */ variable in typeref:typename:int
283 mlog_full = 0;
332 if (mlog_full > 0)
333 printf("mlog_full %d\n", mlog_full);
335 mlog_full = 0;
367 mlog_full++;
audio.c 267 static int mlog_full; /* number of dropped lines by buffer full */ variable in typeref:typename:int
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 37 milliseconds