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

  /src/sys/dev/audio/
audio.c 265 static int mlog_buflen; /* buffer length */ variable in typeref:typename:int
279 mlog_buflen = 4096;
280 mlog_buf[0] = kmem_zalloc(mlog_buflen, KM_SLEEP);
281 mlog_buf[1] = kmem_zalloc(mlog_buflen, KM_SLEEP);
302 kmem_free(mlog_buf[0], mlog_buflen);
303 kmem_free(mlog_buf[1], mlog_buflen);
361 mlog_buflen - mlog_used,
366 if (mlog_buflen - mlog_used <= 1) {

Completed in 16 milliseconds