Lines Matching refs:mutex
38 struct mutex mutex; member
49 struct lock_class_key mutex; member
130 might_lock(&wf->mutex); in intel_wakeref_might_get()
181 might_lock(&wf->mutex); in intel_wakeref_might_put()
194 __acquires(wf->mutex) in intel_wakeref_lock()
196 mutex_lock(&wf->mutex); in intel_wakeref_lock()
207 __releases(wf->mutex) in intel_wakeref_unlock()
209 mutex_unlock(&wf->mutex); in intel_wakeref_unlock()
222 mutex_lock(&wf->mutex); in intel_wakeref_unlock_wait()
223 mutex_unlock(&wf->mutex); in intel_wakeref_unlock_wait()
246 lockdep_assert_held(&wf->mutex); in __intel_wakeref_defer_park()