Searched refs:loglock (Results 1 – 2 of 2) sorted by relevance
377 struct mutex loglock; /* 4: log write serialization lock */ member
80 #define LOG_LOCK_INIT(log) mutex_init(&(log)->loglock)81 #define LOG_LOCK(log) mutex_lock(&((log)->loglock))82 #define LOG_UNLOCK(log) mutex_unlock(&((log)->loglock))
Completed in 7 milliseconds