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_enabled
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
core.c
8553
int i, ret = 0,
runtime_enabled
, runtime_was_enabled;
in tg_set_cfs_bandwidth()
local
8582
* Prevent race between setting of cfs_rq->
runtime_enabled
and
in tg_set_cfs_bandwidth()
8591
runtime_enabled
= quota != RUNTIME_INF;
in tg_set_cfs_bandwidth()
8597
if (
runtime_enabled
&& !runtime_was_enabled)
in tg_set_cfs_bandwidth()
8606
if (
runtime_enabled
)
in tg_set_cfs_bandwidth()
8617
cfs_rq->
runtime_enabled
=
runtime_enabled
;
in tg_set_cfs_bandwidth()
8624
if (runtime_was_enabled && !
runtime_enabled
)
in tg_set_cfs_bandwidth()
H
A
D
fair.c
4975
if (!cfs_bandwidth_used() || !cfs_rq->
runtime_enabled
)
in account_cfs_rq_runtime()
5382
if (!cfs_rq->
runtime_enabled
|| cfs_rq->nr_running)
in return_cfs_rq_runtime()
5431
if (!cfs_rq->
runtime_enabled
|| cfs_rq->curr)
in check_enqueue_throttle()
5467
if (likely(!cfs_rq->
runtime_enabled
|| cfs_rq->runtime_remaining > 0))
in check_cfs_rq_runtime()
5563
cfs_rq->
runtime_enabled
= 0;
in init_cfs_rq_runtime()
5610
cfs_rq->
runtime_enabled
= cfs_b->quota != RUNTIME_INF;
in update_runtime_enabled()
5627
if (!cfs_rq->
runtime_enabled
)
in unthrottle_offline_cfs_rqs()
5639
cfs_rq->
runtime_enabled
= 0;
in unthrottle_offline_cfs_rqs()
H
A
D
sched.h
693
int
runtime_enabled
;
member
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
sysfs.c
585
static DEVICE_ATTR_RO(
runtime_enabled
);
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
sysfs.c
585
static DEVICE_ATTR_RO(
runtime_enabled
);
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
5703
if (!cfs_bandwidth_used() || !cfs_rq->
runtime_enabled
)
in account_cfs_rq_runtime()
6251
if (!cfs_rq->
runtime_enabled
|| cfs_rq->nr_running)
in return_cfs_rq_runtime()
6297
if (!cfs_rq->
runtime_enabled
|| cfs_rq->curr)
in check_enqueue_throttle()
6333
if (likely(!cfs_rq->
runtime_enabled
|| cfs_rq->runtime_remaining > 0))
in check_cfs_rq_runtime()
6436
cfs_rq->
runtime_enabled
= 0;
in init_cfs_rq_runtime()
6512
cfs_rq->
runtime_enabled
= cfs_b->quota != RUNTIME_INF;
in update_runtime_enabled()
6536
if (!cfs_rq->
runtime_enabled
)
in unthrottle_offline_cfs_rqs()
6548
cfs_rq->
runtime_enabled
= 0;
in unthrottle_offline_cfs_rqs()
6565
if (cfs_rq->
runtime_enabled
||
in cfs_task_bw_constrained()
H
A
D
core.c
11575
int i, ret = 0,
runtime_enabled
, runtime_was_enabled;
in tg_set_cfs_bandwidth()
local
11608
* Prevent race between setting of cfs_rq->
runtime_enabled
and
in tg_set_cfs_bandwidth()
11618
runtime_enabled
= quota != RUNTIME_INF;
in tg_set_cfs_bandwidth()
11624
if (
runtime_enabled
&& !runtime_was_enabled)
in tg_set_cfs_bandwidth()
11638
if (
runtime_enabled
)
in tg_set_cfs_bandwidth()
11647
cfs_rq->
runtime_enabled
=
runtime_enabled
;
in tg_set_cfs_bandwidth()
11654
if (runtime_was_enabled && !
runtime_enabled
)
in tg_set_cfs_bandwidth()
H
A
D
sched.h
730
int
runtime_enabled
;
member
Completed in 69 milliseconds