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:idle_stamp
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
2747
if (rq->
idle_stamp
) {
in ttwu_do_wakeup()
2748
u64 delta = rq_clock(rq) - rq->
idle_stamp
;
in ttwu_do_wakeup()
2757
rq->
idle_stamp
= 0;
in ttwu_do_wakeup()
8173
rq->
idle_stamp
= 0;
in sched_init()
H
A
D
fair.c
6253
latest_idle_timestamp = rq->
idle_stamp
;
in find_idlest_group_cpu()
6255
} else if ((!idle || idle->exit_latency == min_exit_latency) && rq->
idle_stamp
> latest_idle_timestamp) {
in find_idlest_group_cpu()
6261
latest_idle_timestamp = rq->
idle_stamp
;
in find_idlest_group_cpu()
11271
* We must set
idle_stamp
_before_ calling idle_balance(), such that we
in newidle_balance()
11274
this_rq->
idle_stamp
= rq_clock(this_rq);
in newidle_balance()
11370
this_rq->
idle_stamp
= 0;
in newidle_balance()
H
A
D
sched.h
1095
u64
idle_stamp
;
member
Completed in 31 milliseconds