Lines Matching defs:mutex
14 #include <linux/mutex.h>
38 struct mutex mutex;
49 struct lock_class_key mutex;
72 * underneath the wakeref mutex.
130 might_lock(&wf->mutex);
140 * callback is called underneath the wakeref mutex.
181 might_lock(&wf->mutex);
185 * intel_wakeref_lock: Lock the wakeref (mutex)
194 __acquires(wf->mutex)
196 mutex_lock(&wf->mutex);
207 __releases(wf->mutex)
209 mutex_unlock(&wf->mutex);
216 * Waits for the active callback (under the @wf->mutex or another CPU) is
222 mutex_lock(&wf->mutex);
223 mutex_unlock(&wf->mutex);
246 lockdep_assert_held(&wf->mutex);