HomeSort by: relevance | last modified time | path
    Searched refs:log_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_log.c 99 static kmutex_t log_lock; variable
140 mutex_init(&log_lock, MUTEX_DEFAULT, IPL_VM);
167 mutex_spin_enter(&log_lock);
185 mutex_spin_exit(&log_lock);
195 mutex_spin_enter(&log_lock);
199 mutex_spin_exit(&log_lock);
212 mutex_spin_enter(&log_lock);
215 mutex_spin_exit(&log_lock);
218 error = cv_wait_sig(&log_cv, &log_lock);
220 mutex_spin_exit(&log_lock);
    [all...]
  /src/common/dist/zlib/examples/
gzlog.c 348 local int log_lock(struct log *log) function
826 if (log_lock(log) < 0)

Completed in 18 milliseconds