Searched refs:wakelock (Results 1 – 4 of 4) sorted by relevance
325 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument327 if (wakelock) { in intel_runtime_pm_acquire()337 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument339 if (wakelock) { in intel_runtime_pm_release()350 bool wakelock) in __intel_runtime_pm_get() argument361 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get()487 bool wakelock) in __intel_runtime_pm_put() argument493 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
206 bool wakelock; member
917 err_printf(m, "RPM wakelock: %s\n", str_yes_no(error->wakelock)); in __err_print_to_sgl()2033 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()
818 struct lockf *wakelock; in lf_wakelock() local822 while ((wakelock = TAILQ_FIRST(&lock->lf_blkhd))) { in lf_wakelock()823 TAILQ_REMOVE(&lock->lf_blkhd, wakelock, lf_block); in lf_wakelock()824 wakelock->lf_blk = NULL; in lf_wakelock()825 wakelock->lf_flags |= flags; in lf_wakelock()826 wakeup_one(wakelock); in lf_wakelock()