Lines Matching refs:mutex
38 struct mutex mutex; member
49 struct lock_class_key mutex; member
129 might_lock(&wf->mutex); in intel_wakeref_might_get()
182 might_lock(&wf->mutex); in intel_wakeref_might_put()
195 __acquires(wf->mutex) in intel_wakeref_lock()
197 mutex_lock(&wf->mutex); in intel_wakeref_lock()
208 __releases(wf->mutex) in intel_wakeref_unlock()
210 mutex_unlock(&wf->mutex); in intel_wakeref_unlock()
223 mutex_lock(&wf->mutex); in intel_wakeref_unlock_wait()
224 mutex_unlock(&wf->mutex); in intel_wakeref_unlock_wait()
247 lockdep_assert_held(&wf->mutex); in __intel_wakeref_defer_park()