Symbol: log_lock
common/dist/zlib/examples/gzlog.c
826
if (log_lock(log) < 0)
sys/kern/subr_log.c
140
mutex_init(&log_lock, MUTEX_DEFAULT, IPL_VM);
sys/kern/subr_log.c
167
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
185
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
195
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
199
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
212
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
215
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
218
error = cv_wait_sig(&log_cv, &log_lock);
sys/kern/subr_log.c
220
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
239
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
241
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
245
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
257
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
262
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
272
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
274
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
283
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
295
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
314
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
316
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
331
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
336
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
359
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
363
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
429
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
454
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
504
mutex_spin_enter(&log_lock);
sys/kern/subr_log.c
508
mutex_spin_exit(&log_lock);
sys/kern/subr_log.c
99
static kmutex_t log_lock;