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:sub_positive
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
3161
#define
sub_positive
(_ptr, _val) \
macro
3175
* A variant of
sub_positive
(), which does not use explicit load-store
3193
sub_positive
(&cfs_rq->avg.load_avg, se->avg.load_avg);
in dequeue_load_avg()
3194
sub_positive
(&cfs_rq->avg.load_sum, se_weight(se) * se->avg.load_sum);
in dequeue_load_avg()
3792
sub_positive
(&sa->load_avg, r);
in update_cfs_rq_load_avg()
3796
sub_positive
(&sa->util_avg, r);
in update_cfs_rq_load_avg()
3797
sub_positive
(&sa->util_sum, r * divider);
in update_cfs_rq_load_avg()
3812
sub_positive
(&sa->runnable_avg, r);
in update_cfs_rq_load_avg()
3906
sub_positive
(&cfs_rq->avg.util_avg, se->avg.util_avg);
in detach_entity_load_avg()
3908
sub_positive
(
in detach_entity_load_avg()
[all...]
Completed in 10 milliseconds