HomeSort by: relevance | last modified time | path
    Searched refs:wakelock (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.c 347 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock)
349 if (wakelock) {
359 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock)
361 if (wakelock) {
372 bool wakelock)
379 intel_runtime_pm_acquire(rpm, wakelock);
393 * up. Raw references are not considered during wakelock assert checks.
486 bool wakelock)
492 intel_runtime_pm_release(rpm, wakelock);
i915_gpu_error.h 167 bool wakelock; member in struct:i915_gpu_coredump
i915_gpu_error.c 787 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock));
1726 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count);
  /src/sys/kern/
vfs_lockf.c 391 struct lockf *wakelock; local in function:lf_wakelock
393 while ((wakelock = TAILQ_FIRST(&listhead->lf_blkhd))) {
394 KASSERT(wakelock->lf_next == listhead);
395 TAILQ_REMOVE(&listhead->lf_blkhd, wakelock, lf_block);
396 wakelock->lf_next = NULL;
399 lf_print("lf_wakelock: awakening", wakelock);
401 cv_broadcast(&wakelock->lf_cv);

Completed in 14 milliseconds