Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c119 int nl7c_logbuf_max = 0; variable
139 while (logvcnt < nl7c_logbuf_max) { \
147 if (logvcnt == nl7c_logbuf_max) { \
348 if (logvcnt < nl7c_logbuf_max) { in logd_log_write()
351 if (logvcnt < nl7c_logbuf_max) { in logd_log_write()
550 if (nl7c_logbuf_max == 0) in nl7c_logd_init()
551 nl7c_logbuf_max = max_ncpus; in nl7c_logd_init()
552 logv = kmem_alloc(nl7c_logbuf_max * sizeof (*logv), KM_SLEEP); in nl7c_logd_init()
553 for (logvcnt = 0; logvcnt < nl7c_logbuf_max; logvcnt++) { in nl7c_logd_init()