Home
last modified time | relevance | path

Searched refs:stmf_trace_buf_size (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c188 volatile int stmf_trace_buf_size = (1 * 1024 * 1024); variable
295 stmf_trace_buf = kmem_zalloc(stmf_trace_buf_size, KM_SLEEP); in _init()
296 trace_buf_size = stmf_trace_buf_size; in _init()
367 kmem_free(stmf_trace_buf, stmf_trace_buf_size); in _fini()