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:active_balance
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
10154
int ld_moved, cur_ld_moved,
active_balance
= 0;
in load_balance()
local
10341
* ->
active_balance
synchronizes accesses to
in load_balance()
10345
if (!busiest->
active_balance
&& !cpu_isolated(cpu_of(busiest))) {
in load_balance()
10346
busiest->
active_balance
= 1;
in load_balance()
10348
active_balance
= 1;
in load_balance()
10352
if (
active_balance
) {
in load_balance()
10364
if (likely(!
active_balance
) || voluntary_active_balance(&env)) {
in load_balance()
10496
if (unlikely(busiest_cpu != smp_processor_id() || !busiest_rq->
active_balance
)) {
in active_load_balance_cpu_stop()
10576
busiest_rq->
active_balance
= 0;
in active_load_balance_cpu_stop()
11459
if (!rq->
active_balance
) {
in kick_active_balance()
11473
int
active_balance
;
check_for_migration_fair()
local
[all...]
H
A
D
sched.h
1067
int
active_balance
;
member
H
A
D
rt.c
2808
if (!rq->
active_balance
&& !rq->rt_active_balance) {
in check_for_migration_rt()
H
A
D
core.c
7518
rq->
active_balance
= 0;
in clear_eas_migration_request()
8168
rq->
active_balance
= 0;
in sched_init()
Completed in 34 milliseconds