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 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
66
if (!rt_bandwidth_enabled() || rt_b->rt_runtime ==
RUNTIME_INF
) {
in start_rt_bandwidth()
514
return
RUNTIME_INF
;
in sched_rt_runtime()
734
if (iter->rt_runtime ==
RUNTIME_INF
) {
in do_balance_runtime()
786
if (rt_rq->rt_runtime ==
RUNTIME_INF
|| rt_rq->rt_runtime == rt_b->rt_runtime) {
in __disable_runtime()
809
if (iter == rt_rq || iter->rt_runtime ==
RUNTIME_INF
) {
in __disable_runtime()
840
rt_rq->rt_runtime =
RUNTIME_INF
;
in __disable_runtime()
922
if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime !=
RUNTIME_INF
) {
in do_sched_rt_period_timer()
978
if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime ==
RUNTIME_INF
)) {
in do_sched_rt_period_timer()
1023
if (runtime ==
RUNTIME_INF
) {
in sched_rt_runtime_exceeded()
1092
if (sched_rt_runtime(rt_rq) !=
RUNTIME_INF
) {
in update_curr_rt()
[all...]
H
A
D
core.c
3690
if (runtime ==
RUNTIME_INF
) {
in to_ratio()
8995
if (quota !=
RUNTIME_INF
&& quota > max_cfs_runtime) {
in tg_set_cfs_bandwidth()
9010
runtime_enabled = quota !=
RUNTIME_INF
;
in tg_set_cfs_bandwidth()
9011
runtime_was_enabled = cfs_b->quota !=
RUNTIME_INF
;
in tg_set_cfs_bandwidth()
9063
quota =
RUNTIME_INF
;
in tg_set_cfs_quota()
9077
if (tg->cfs_bandwidth.quota ==
RUNTIME_INF
) {
in tg_get_cfs_quota()
9158
if (quota ==
RUNTIME_INF
|| quota == -1) {
in normalize_cfs_quota()
9159
return
RUNTIME_INF
;
in normalize_cfs_quota()
9172
quota =
RUNTIME_INF
;
in tg_cfs_schedulable_down()
9187
if (quota ==
RUNTIME_INF
) {
in tg_cfs_schedulable_down()
[all...]
H
A
D
sched.h
228
#define
RUNTIME_INF
((u64)~0ULL)
macro
1784
return
RUNTIME_INF
;
in global_rt_runtime()
H
A
D
fair.c
4843
if (cfs_b->quota !=
RUNTIME_INF
) {
in __refill_cfs_bandwidth_runtime()
4863
if (cfs_b->quota ==
RUNTIME_INF
) {
in fair_assign_cfs_rq_runtime()
5206
if (cfs_b->quota ==
RUNTIME_INF
) {
in do_sched_cfs_period_timer()
5320
if (cfs_b->quota !=
RUNTIME_INF
) {
in fair_return_cfs_rq_runtime()
5365
if (cfs_b->quota !=
RUNTIME_INF
&& cfs_b->runtime > slice) {
in do_sched_cfs_slack_timer()
5516
cfs_b->quota =
RUNTIME_INF
;
in init_cfs_bandwidth()
5579
cfs_rq->runtime_enabled = cfs_b->quota !=
RUNTIME_INF
;
in update_runtime_enabled()
Completed in 31 milliseconds