Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c123 static int logvcnt = 0; variable
139 while (logvcnt < nl7c_logbuf_max) { \
147 if (logvcnt == nl7c_logbuf_max) { \
158 logv[logvcnt++] = _p; \
176 if (logvcnt == 0) { in log_buf_alloc()
182 if (logvcnt == 0) { in log_buf_alloc()
188 log = logv[--logvcnt]; in log_buf_alloc()
348 if (logvcnt < nl7c_logbuf_max) { in logd_log_write()
351 if (logvcnt < nl7c_logbuf_max) { in logd_log_write()
553 for (logvcnt = 0; logvcnt < nl7c_logbuf_max; logvcnt++) { in nl7c_logd_init()
[all …]