OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oa_period
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c
3751
u64
oa_period
, oa_freq_hz;
local in function:read_properties_unlocked
3810
BUILD_BUG_ON(sizeof(
oa_period
) != 8);
3811
oa_period
= oa_exponent_to_ns(perf, value);
3813
/* This check is primarily to ensure that
oa_period
<=
3819
if (
oa_period
<= NSEC_PER_SEC) {
3821
do_div(tmp,
oa_period
);
i915_perf.c
3751
u64
oa_period
, oa_freq_hz;
local in function:read_properties_unlocked
3810
BUILD_BUG_ON(sizeof(
oa_period
) != 8);
3811
oa_period
= oa_exponent_to_ns(perf, value);
3813
/* This check is primarily to ensure that
oa_period
<=
3819
if (
oa_period
<= NSEC_PER_SEC) {
3821
do_div(tmp,
oa_period
);
Completed in 74 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025