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:root_task_group
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
1192
if (task_group(p) == &
root_task_group
) {
in uclamp_tg_restrict()
1470
struct task_group *tg = &
root_task_group
;
in uclamp_update_root_tg()
1478
cpu_util_update_eff(&
root_task_group
.css);
in uclamp_update_root_tg()
1681
root_task_group
.uclamp_req[clamp_id] = uc_max;
in init_uclamp()
1682
root_task_group
.uclamp[clamp_id] = uc_max;
in init_uclamp()
8034
struct task_group
root_task_group
;
variable
8071
root_task_group
.se = (struct sched_entity **)ptr;
in sched_init()
8074
root_task_group
.cfs_rq = (struct cfs_rq **)ptr;
in sched_init()
8077
root_task_group
.shares = ROOT_TASK_GROUP_LOAD;
in sched_init()
8078
init_cfs_bandwidth(&
root_task_group
in sched_init()
[all...]
H
A
D
sched.h
536
return walk_tg_tree_from(&
root_task_group
, down, up, data);
in walk_tg_tree()
H
A
D
rt.c
2995
if (tg == &
root_task_group
&& rt_runtime == 0) {
in tg_set_rt_bandwidth()
H
A
D
fair.c
3435
* No need to update load_avg for
root_task_group
as it is not used.
in update_tg_load_avg()
3437
if (cfs_rq->tg == &
root_task_group
) {
in update_tg_load_avg()
11967
/* se could be NULL for
root_task_group
*/
in init_tg_cfs_entry()
Completed in 36 milliseconds