OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_latency
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/acpi/
acpi_cpu_pstate.c
333
ps->
ps_latency
= elm[2].Integer.Value;
350
if (ps->
ps_latency
== 0 || ps->
ps_latency
> 1000)
351
ps->
ps_latency
= 1;
443
if (ps->
ps_latency
== 0)
444
ps->
ps_latency
= elm[2].Integer.Value;
466
if (ps->
ps_latency
== 0 || ps->
ps_latency
> 1000)
467
ps->
ps_latency
= 1;
983
DELAY(ps->
ps_latency
);
[
all
...]
acpi_cpu.h
167
uint32_t
ps_latency
;
member in struct:acpicpu_pstate
acpi_cpu.c
772
ps->
ps_latency
, ps->ps_power, ps->ps_freq,
/src/sys/arch/x86/acpi/
acpi_cpu_md.c
767
DELAY(ps->
ps_latency
);
Completed in 47 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025