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:max_boost
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/rtg/
H
A
D
rtg.c
72
grp->
max_boost
= 0;
in alloc_related_thread_groups()
229
grp->
max_boost
= 0;
in remove_task_from_group()
279
if (boost > grp->
max_boost
)
in add_task_to_group()
280
grp->
max_boost
= boost;
in add_task_to_group()
451
grp->
max_boost
= 0;
in sched_set_group_window_rollover()
457
grp->
max_boost
= boost;
in sched_set_group_window_rollover()
875
unsigned long boosted_grp_util = util + grp->
max_boost
;
in best_cluster()
/kernel/linux/linux-6.6/kernel/sched/rtg/
H
A
D
rtg.c
73
grp->
max_boost
= 0;
in alloc_related_thread_groups()
230
grp->
max_boost
= 0;
in remove_task_from_group()
280
if (boost > grp->
max_boost
)
in add_task_to_group()
281
grp->
max_boost
= boost;
in add_task_to_group()
452
grp->
max_boost
= 0;
in sched_set_group_window_rollover()
458
grp->
max_boost
= boost;
in sched_set_group_window_rollover()
876
unsigned long boosted_grp_util = util + grp->
max_boost
;
in best_cluster()
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
rtg.h
44
int
max_boost
;
member
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
rtg.h
44
int
max_boost
;
member
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
2482
unsigned long
max_boost
;
in boost_watermark()
local
2495
max_boost
= mult_frac(zone->_watermark[WMARK_HIGH],
in boost_watermark()
2506
if (!
max_boost
)
in boost_watermark()
2509
max_boost
= max(pageblock_nr_pages,
max_boost
);
in boost_watermark()
2512
max_boost
);
in boost_watermark()
/kernel/linux/linux-6.6/mm/
H
A
D
page_alloc.c
1731
unsigned long
max_boost
;
in boost_watermark()
local
1744
max_boost
= mult_frac(zone->_watermark[WMARK_HIGH],
in boost_watermark()
1755
if (!
max_boost
)
in boost_watermark()
1758
max_boost
= max(pageblock_nr_pages,
max_boost
);
in boost_watermark()
1761
max_boost
);
in boost_watermark()
Completed in 23 milliseconds