Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c183 volatile int stmf_trace_buf_size = (1 * 1024 * 1024); variable
299 stmf_trace_buf = kmem_zalloc(stmf_trace_buf_size, KM_SLEEP); in _init()
300 trace_buf_size = stmf_trace_buf_size; in _init()
370 kmem_free(stmf_trace_buf, stmf_trace_buf_size); in _fini()