Lines Matching defs:mutex
14 #include <linux/mutex.h>
38 struct mutex mutex;
49 struct lock_class_key mutex;
72 * mutex.
133 * underneath the wakeref mutex.
174 * intel_wakeref_lock: Lock the wakeref (mutex)
183 __acquires(wf->mutex)
185 mutex_lock(&wf->mutex);
196 __releases(wf->mutex)
198 mutex_unlock(&wf->mutex);
205 * Waits for the active callback (under the @wf->mutex or another CPU) is
211 mutex_lock(&wf->mutex);
212 mutex_unlock(&wf->mutex);
235 lockdep_assert_held(&wf->mutex);