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:RUNTIME_INF
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
rt.c
66
if (!rt_bandwidth_enabled() || rt_b->rt_runtime ==
RUNTIME_INF
)
in start_rt_bandwidth()
499
return
RUNTIME_INF
;
in sched_rt_runtime()
717
if (iter->rt_runtime ==
RUNTIME_INF
)
in do_balance_runtime()
766
if (rt_rq->rt_runtime ==
RUNTIME_INF
||
in __disable_runtime()
788
if (iter == rt_rq || iter->rt_runtime ==
RUNTIME_INF
)
in __disable_runtime()
817
rt_rq->rt_runtime =
RUNTIME_INF
;
in __disable_runtime()
894
if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime !=
RUNTIME_INF
)
in do_sched_rt_period_timer()
942
if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime ==
RUNTIME_INF
))
in do_sched_rt_period_timer()
984
if (runtime ==
RUNTIME_INF
)
in sched_rt_runtime_exceeded()
1050
if (sched_rt_runtime(rt_rq) !=
RUNTIME_INF
) {
in update_curr_rt()
[all...]
H
A
D
core.c
3505
if (runtime ==
RUNTIME_INF
)
in to_ratio()
8578
if (quota !=
RUNTIME_INF
&& quota > max_cfs_runtime)
in tg_set_cfs_bandwidth()
8591
runtime_enabled = quota !=
RUNTIME_INF
;
in tg_set_cfs_bandwidth()
8592
runtime_was_enabled = cfs_b->quota !=
RUNTIME_INF
;
in tg_set_cfs_bandwidth()
8639
quota =
RUNTIME_INF
;
in tg_set_cfs_quota()
8652
if (tg->cfs_bandwidth.quota ==
RUNTIME_INF
)
in tg_get_cfs_quota()
8731
if (quota ==
RUNTIME_INF
|| quota == -1)
in normalize_cfs_quota()
8732
return
RUNTIME_INF
;
in normalize_cfs_quota()
8744
quota =
RUNTIME_INF
;
in tg_cfs_schedulable_down()
8759
if (quota ==
RUNTIME_INF
)
in tg_cfs_schedulable_down()
[all...]
H
A
D
deadline.c
413
if (global_rt_runtime() ==
RUNTIME_INF
)
in init_dl_bw()
2612
if (global_rt_runtime() ==
RUNTIME_INF
) {
in init_dl_rq_bw_ratio()
2633
if (global_rt_runtime() !=
RUNTIME_INF
)
in sched_dl_do_global()
H
A
D
sched.h
241
#define
RUNTIME_INF
((u64)~0ULL)
macro
1826
return
RUNTIME_INF
;
in global_rt_runtime()
H
A
D
fair.c
4904
if (cfs_b->quota !=
RUNTIME_INF
)
in __refill_cfs_bandwidth_runtime()
4924
if (cfs_b->quota ==
RUNTIME_INF
)
in __assign_cfs_rq_runtime()
5254
if (cfs_b->quota ==
RUNTIME_INF
)
in do_sched_cfs_period_timer()
5363
if (cfs_b->quota !=
RUNTIME_INF
) {
in __return_cfs_rq_runtime()
5406
if (cfs_b->quota !=
RUNTIME_INF
&& cfs_b->runtime > slice)
in do_sched_cfs_slack_timer()
5550
cfs_b->quota =
RUNTIME_INF
;
in init_cfs_bandwidth()
5610
cfs_rq->runtime_enabled = cfs_b->quota !=
RUNTIME_INF
;
in update_runtime_enabled()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
rt.c
138
if (!rt_bandwidth_enabled() || rt_b->rt_runtime ==
RUNTIME_INF
)
in start_rt_bandwidth()
549
return
RUNTIME_INF
;
in sched_rt_runtime()
767
if (iter->rt_runtime ==
RUNTIME_INF
)
in do_balance_runtime()
816
if (rt_rq->rt_runtime ==
RUNTIME_INF
||
in __disable_runtime()
838
if (iter == rt_rq || iter->rt_runtime ==
RUNTIME_INF
)
in __disable_runtime()
867
rt_rq->rt_runtime =
RUNTIME_INF
;
in __disable_runtime()
947
if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime !=
RUNTIME_INF
)
in do_sched_rt_period_timer()
995
if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime ==
RUNTIME_INF
))
in do_sched_rt_period_timer()
1025
if (runtime ==
RUNTIME_INF
)
in sched_rt_runtime_exceeded()
1089
if (sched_rt_runtime(rt_rq) !=
RUNTIME_INF
) {
in update_curr_rt()
[all...]
H
A
D
core.c
4998
if (runtime ==
RUNTIME_INF
)
in to_ratio()
11600
if (quota !=
RUNTIME_INF
&& quota > max_cfs_runtime)
in tg_set_cfs_bandwidth()
11603
if (quota !=
RUNTIME_INF
&& (burst > quota ||
in tg_set_cfs_bandwidth()
11618
runtime_enabled = quota !=
RUNTIME_INF
;
in tg_set_cfs_bandwidth()
11619
runtime_was_enabled = cfs_b->quota !=
RUNTIME_INF
;
in tg_set_cfs_bandwidth()
11667
quota =
RUNTIME_INF
;
in tg_set_cfs_quota()
11680
if (tg->cfs_bandwidth.quota ==
RUNTIME_INF
)
in tg_get_cfs_quota()
11796
if (quota ==
RUNTIME_INF
|| quota == -1)
in normalize_cfs_quota()
11797
return
RUNTIME_INF
;
in normalize_cfs_quota()
11809
quota =
RUNTIME_INF
;
in tg_cfs_schedulable_down()
[all...]
H
A
D
deadline.c
498
if (global_rt_runtime() ==
RUNTIME_INF
)
in init_dl_bw()
2807
if (global_rt_runtime() ==
RUNTIME_INF
) {
in init_dl_rq_bw_ratio()
2826
if (global_rt_runtime() !=
RUNTIME_INF
)
in sched_dl_do_global()
H
A
D
fair.c
5622
if (unlikely(cfs_b->quota ==
RUNTIME_INF
))
in __refill_cfs_bandwidth_runtime()
5652
if (cfs_b->quota ==
RUNTIME_INF
)
in __assign_cfs_rq_runtime()
6124
if (cfs_b->quota ==
RUNTIME_INF
)
in do_sched_cfs_period_timer()
6232
if (cfs_b->quota !=
RUNTIME_INF
) {
in __return_cfs_rq_runtime()
6275
if (cfs_b->quota !=
RUNTIME_INF
&& cfs_b->runtime > slice)
in do_sched_cfs_slack_timer()
6417
cfs_b->quota =
RUNTIME_INF
;
in init_cfs_bandwidth()
6420
cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota :
RUNTIME_INF
;
in init_cfs_bandwidth()
6512
cfs_rq->runtime_enabled = cfs_b->quota !=
RUNTIME_INF
;
in update_runtime_enabled()
6566
tg_cfs_bandwidth(cfs_rq->tg)->hierarchical_quota !=
RUNTIME_INF
)
in cfs_task_bw_constrained()
H
A
D
sched.h
264
#define
RUNTIME_INF
((u64)~0ULL)
macro
2278
return
RUNTIME_INF
;
in global_rt_runtime()
Completed in 73 milliseconds