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:decayed
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
3465
* time. This will result in the wakee task is less
decayed
, but giving
in set_task_rq_fair()
3769
* Returns true if the load
decayed
or we removed load.
3778
int
decayed
= 0;
in update_cfs_rq_load_avg()
local
3821
decayed
= 1;
in update_cfs_rq_load_avg()
3824
decayed
|= __update_load_avg_cfs_rq(now, cfs_rq);
in update_cfs_rq_load_avg()
3831
return
decayed
;
in update_cfs_rq_load_avg()
3929
int
decayed
;
in update_load_avg()
local
3939
decayed
= update_cfs_rq_load_avg(now, cfs_rq);
in update_load_avg()
3940
decayed
|= propagate_entity_load_avg(se);
in update_load_avg()
3952
} else if (
decayed
) {
in update_load_avg()
8406
bool
decayed
;
fair_update_blocked_others()
local
8453
bool
decayed
= false;
fair_update_blocked_fair()
local
8544
bool
decayed
;
fair_update_blocked_fair()
local
8562
bool
decayed
= false, done = true;
update_blocked_averages()
local
[all...]
Completed in 12 milliseconds