Lines Matching refs:l_mutex
91 kmutex_t *mp = l->l_mutex;
94 l->l_mutex = mp; /* keep sleepq lock until woken up */
145 mutex_spin_exit(l->l_mutex);
184 KASSERT(mutex_owned(l->l_mutex));
186 old = l->l_mutex;
187 atomic_store_release(&l->l_mutex, new);
194 kmutex_t *old = atomic_load_consume(&l->l_mutex);
197 while (__predict_false(atomic_load_relaxed(&l->l_mutex) != old)) {
199 old = atomic_load_consume(&l->l_mutex);
208 mutex_spin_exit(l->l_mutex);