Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:domain_wakeup
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
domain_governor.c
125
ktime_t
domain_wakeup
= KTIME_MAX;
in update_domain_next_wakeup()
local
144
if (ktime_before(next_wakeup,
domain_wakeup
))
in update_domain_next_wakeup()
145
domain_wakeup
= next_wakeup;
in update_domain_next_wakeup()
153
if (ktime_before(next_wakeup,
domain_wakeup
))
in update_domain_next_wakeup()
154
domain_wakeup
= next_wakeup;
in update_domain_next_wakeup()
157
genpd->gd->next_wakeup =
domain_wakeup
;
in update_domain_next_wakeup()
163
ktime_t
domain_wakeup
= genpd->gd->next_wakeup;
in next_wakeup_allows_state()
local
169
idle_time_ns = ktime_to_ns(ktime_sub(
domain_wakeup
, now));
in next_wakeup_allows_state()
346
ktime_t
domain_wakeup
, next_hrtimer;
in cpu_power_down_ok()
local
363
domain_wakeup
in cpu_power_down_ok()
[all...]
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
domain_governor.c
256
ktime_t
domain_wakeup
, next_hrtimer;
in cpu_power_down_ok()
local
272
domain_wakeup
= ktime_set(KTIME_SEC_MAX, 0);
in cpu_power_down_ok()
277
if (ktime_before(next_hrtimer,
domain_wakeup
))
in cpu_power_down_ok()
278
domain_wakeup
= next_hrtimer;
in cpu_power_down_ok()
283
idle_duration_ns = ktime_to_ns(ktime_sub(
domain_wakeup
, ktime_get()));
in cpu_power_down_ok()
Completed in 3 milliseconds