Lines Matching defs:mutex
15 #include <linux/mutex.h>
41 struct mutex mutex;
53 struct lock_class_key mutex;
78 * mutex.
134 * underneath the wakeref mutex.
165 * intel_wakeref_lock: Lock the wakeref (mutex)
174 __acquires(wf->mutex)
176 mutex_lock(&wf->mutex);
187 __releases(wf->mutex)
189 mutex_unlock(&wf->mutex);
196 * Waits for the active callback (under the @wf->mutex or another CPU) is
202 mutex_lock(&wf->mutex);
203 mutex_unlock(&wf->mutex);
226 lockdep_assert_held(&wf->mutex);