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

  /src/sys/kern/
subr_log.c 96 static kmutex_t log_lock; variable in typeref:typename:kmutex_t
137 mutex_init(&log_lock, MUTEX_DEFAULT, IPL_VM);
164 mutex_spin_enter(&log_lock);
182 mutex_spin_exit(&log_lock);
192 mutex_spin_enter(&log_lock);
196 mutex_spin_exit(&log_lock);
209 mutex_spin_enter(&log_lock);
212 mutex_spin_exit(&log_lock);
215 error = cv_wait_sig(&log_cv, &log_lock);
217 mutex_spin_exit(&log_lock);
    [all...]
  /src/common/dist/zlib/examples/
gzlog.c 348 local int log_lock(struct log *log) function in typeref:typename:local int
826 if (log_lock(log) < 0)

Completed in 12 milliseconds