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:rt_runtime
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
rt.c
55
rt_b->
rt_runtime
= runtime;
in init_rt_bandwidth()
66
if (!rt_bandwidth_enabled() || rt_b->
rt_runtime
== RUNTIME_INF)
in start_rt_bandwidth()
112
rt_rq->
rt_runtime
= 0;
in init_rt_rq()
222
rt_rq->
rt_runtime
= tg->rt_bandwidth.
rt_runtime
;
in alloc_rt_sched_group()
501
return rt_rq->
rt_runtime
;
in sched_rt_runtime()
621
return rt_rq->
rt_runtime
;
in sched_rt_runtime()
686
rt_rq->rt_time < rt_b->
rt_runtime
);
in sched_rt_bandwidth_account()
717
if (iter->
rt_runtime
== RUNTIME_INF)
in do_balance_runtime()
724
diff = iter->
rt_runtime
in do_balance_runtime()
2807
u64
rt_runtime
;
global()
member
2884
tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64
rt_runtime
)
tg_set_rt_bandwidth()
argument
2931
u64
rt_runtime
, rt_period;
sched_group_set_rt_runtime()
local
2957
u64
rt_runtime
, rt_period;
sched_group_set_rt_period()
local
[all...]
H
A
D
debug.c
655
PN(
rt_runtime
);
in print_rt_rq()
H
A
D
sched.h
344
u64
rt_runtime
;
member
743
u64
rt_runtime
;
member
1171
/* could above be rq->cfs_rq.exec_clock + rq->rt_rq.
rt_runtime
? */
H
A
D
core.c
5583
task_group(p)->rt_bandwidth.
rt_runtime
== 0 &&
in __sched_setscheduler()
7761
rq->rt.
rt_runtime
= def_rt_bandwidth.
rt_runtime
;
in sched_init()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
rt.c
107
rt_b->
rt_runtime
= runtime;
in init_rt_bandwidth()
138
if (!rt_bandwidth_enabled() || rt_b->
rt_runtime
== RUNTIME_INF)
in start_rt_bandwidth()
169
rt_rq->
rt_runtime
= 0;
in init_rt_rq()
283
rt_rq->
rt_runtime
= tg->rt_bandwidth.
rt_runtime
;
in alloc_rt_sched_group()
551
return rt_rq->
rt_runtime
;
in sched_rt_runtime()
671
return rt_rq->
rt_runtime
;
in sched_rt_runtime()
736
rt_rq->rt_time < rt_b->
rt_runtime
);
in sched_rt_bandwidth_account()
767
if (iter->
rt_runtime
== RUNTIME_INF)
in do_balance_runtime()
774
diff = iter->
rt_runtime
in do_balance_runtime()
3064
u64
rt_runtime
;
global()
member
3141
tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64
rt_runtime
)
tg_set_rt_bandwidth()
argument
3188
u64
rt_runtime
, rt_period;
sched_group_set_rt_runtime()
local
3214
u64
rt_runtime
, rt_period;
sched_group_set_rt_period()
local
[all...]
H
A
D
sched.h
367
u64
rt_runtime
;
member
789
u64
rt_runtime
;
member
1254
/* could above be rq->cfs_rq.exec_clock + rq->rt_rq.
rt_runtime
? */
H
A
D
debug.c
733
PN(
rt_runtime
);
in print_rt_rq()
H
A
D
core.c
7931
task_group(p)->rt_bandwidth.
rt_runtime
== 0 &&
in __sched_setscheduler()
10696
rq->rt.
rt_runtime
= def_rt_bandwidth.
rt_runtime
;
in sched_init()
Completed in 41 milliseconds