OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTEL_RPM_WAKELOCK_BIAS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.h
82
#define
INTEL_RPM_WAKELOCK_BIAS
(1 << INTEL_RPM_WAKELOCK_SHIFT)
83
#define INTEL_RPM_RAW_WAKEREF_MASK (
INTEL_RPM_WAKELOCK_BIAS
- 1)
153
atomic_add(
INTEL_RPM_WAKELOCK_BIAS
+ 1,
171
atomic_sub(
INTEL_RPM_WAKELOCK_BIAS
+ 1,
intel_runtime_pm.c
350
atomic_add(1 +
INTEL_RPM_WAKELOCK_BIAS
, &rpm->wakeref_count);
363
atomic_sub(
INTEL_RPM_WAKELOCK_BIAS
, &rpm->wakeref_count);
Completed in 11 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025