Home | History | Annotate | Download | only in kern

Lines Matching refs:l_mutex

220 	LOCKDEBUG_BARRIER(l->l_mutex, 1);
249 * Acquire owner->l_mutex if we don't have it yet.
250 * Because we already have another LWP lock (l->l_mutex) held,
253 dolock = l->l_mutex != atomic_load_relaxed(&owner->l_mutex);
296 LOCKDEBUG_BARRIER(owner->l_mutex, 1);
299 LOCKDEBUG_BARRIER(l->l_mutex, 1);
300 if (cur->l_mutex != atomic_load_relaxed(&l->l_mutex)) {
304 LOCKDEBUG_BARRIER(cur->l_mutex, 1);
323 dolock = (atomic_load_relaxed(&l->l_mutex) ==
431 KASSERT(lock == l->l_mutex);