OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wakeref_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.h
53
atomic_t
wakeref_count
;
member in struct:intel_runtime_pm
80
BITS_PER_TYPE(struct_member(struct intel_runtime_pm,
wakeref_count
))
86
intel_rpm_raw_wakeref_count(int
wakeref_count
)
88
return
wakeref_count
& INTEL_RPM_RAW_WAKEREF_MASK;
92
intel_rpm_wakelock_count(int
wakeref_count
)
94
return
wakeref_count
>> INTEL_RPM_WAKELOCK_SHIFT;
105
__assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int
wakeref_count
)
108
WARN_ONCE(!intel_rpm_raw_wakeref_count(
wakeref_count
),
113
__assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int
wakeref_count
)
115
__assert_rpm_raw_wakeref_held(rpm,
wakeref_count
);
[
all
...]
intel_runtime_pm.h
53
atomic_t
wakeref_count
;
member in struct:intel_runtime_pm
80
BITS_PER_TYPE(struct_member(struct intel_runtime_pm,
wakeref_count
))
86
intel_rpm_raw_wakeref_count(int
wakeref_count
)
88
return
wakeref_count
& INTEL_RPM_RAW_WAKEREF_MASK;
92
intel_rpm_wakelock_count(int
wakeref_count
)
94
return
wakeref_count
>> INTEL_RPM_WAKELOCK_SHIFT;
105
__assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int
wakeref_count
)
108
WARN_ONCE(!intel_rpm_raw_wakeref_count(
wakeref_count
),
113
__assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int
wakeref_count
)
115
__assert_rpm_raw_wakeref_held(rpm,
wakeref_count
);
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025