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:removed
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
3769
* Returns true if the load decayed or we
removed
load.
3780
if (cfs_rq->
removed
.nr) {
in update_cfs_rq_load_avg()
3784
raw_spin_lock(&cfs_rq->
removed
.lock);
in update_cfs_rq_load_avg()
3785
swap(cfs_rq->
removed
.util_avg, removed_util);
in update_cfs_rq_load_avg()
3786
swap(cfs_rq->
removed
.load_avg, removed_load);
in update_cfs_rq_load_avg()
3787
swap(cfs_rq->
removed
.runnable_avg, removed_runnable);
in update_cfs_rq_load_avg()
3788
cfs_rq->
removed
.nr = 0;
in update_cfs_rq_load_avg()
3789
raw_spin_unlock(&cfs_rq->
removed
.lock);
in update_cfs_rq_load_avg()
4012
raw_spin_lock_irqsave(&cfs_rq->
removed
.lock, flags);
in remove_entity_load_avg()
4013
++cfs_rq->
removed
in remove_entity_load_avg()
[all...]
H
A
D
sched.h
631
}
removed
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_kcpu.c
1213
bool
removed
= dma_fence_remove_callback(fence_info->fence,
in kbase_kcpu_fence_wait_cancel()
local
1216
if (
removed
)
in kbase_kcpu_fence_wait_cancel()
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
825
KBUILD_CFLAGS += -enable-trivial-auto-var-init-zero-knowing-it-will-be-
removed
-from-clang
1448
# duplicate lines in modules.order files. Those are
removed
1526
# Directories & files
removed
with 'make clean'
1531
# Directories & files
removed
with 'make mrproper'
1542
# Directories & files
removed
with 'make distclean'
Completed in 20 milliseconds