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:NICE_0_LOAD
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
209
* scale_load(sched_prio_to_weight[USER_PRIO(NICE_TO_PRIO(0))]) ==
NICE_0_LOAD
212
#define
NICE_0_LOAD
(1L << NICE_0_LOAD_SHIFT)
macro
510
#define ROOT_TASK_GROUP_LOAD
NICE_0_LOAD
H
A
D
fair.c
262
* Either weight :=
NICE_0_LOAD
and lw \e sched_prio_to_wmult[], in which case
264
* fit 32 bits, and
NICE_0_LOAD
gives another 10 bits; therefore shift >= 22.
710
if (unlikely(se->load.weight !=
NICE_0_LOAD
)) {
in calc_delta_fair()
711
delta = fair_calc_delta(delta,
NICE_0_LOAD
, &se->load);
in calc_delta_fair()
9367
imbalance = scale_load_down(
NICE_0_LOAD
) * (sd->imbalance_pct - FAIR_ONEHUNDRED) / FAIR_ONEHUNDRED;
in find_idlest_group()
11879
tg->shares =
NICE_0_LOAD
;
in alloc_fair_sched_group()
11982
update_load_set(&se->load,
NICE_0_LOAD
);
in init_tg_cfs_entry()
Completed in 22 milliseconds