Home
last modified time | relevance | path

Searched refs:wakelock (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Dintel_runtime_pm.c325 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument
327 if (wakelock) { in intel_runtime_pm_acquire()
337 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument
339 if (wakelock) { in intel_runtime_pm_release()
350 bool wakelock) in __intel_runtime_pm_get() argument
361 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get()
487 bool wakelock) in __intel_runtime_pm_put() argument
493 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
H A Di915_gpu_error.h206 bool wakelock; member
H A Di915_gpu_error.c917 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()
/openbsd/sys/kern/
H A Dvfs_lockf.c818 struct lockf *wakelock; in lf_wakelock() local
822 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()