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 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
8967
int i, ret = 0,
runtime_enabled
, runtime_was_enabled;
in tg_set_cfs_bandwidth()
local
9000
* Prevent race between setting of cfs_rq->
runtime_enabled
and
in tg_set_cfs_bandwidth()
9010
runtime_enabled
= quota != RUNTIME_INF;
in tg_set_cfs_bandwidth()
9016
if (
runtime_enabled
&& !runtime_was_enabled) {
in tg_set_cfs_bandwidth()
9026
if (
runtime_enabled
) {
in tg_set_cfs_bandwidth()
9039
cfs_rq->
runtime_enabled
=
runtime_enabled
;
in tg_set_cfs_bandwidth()
9047
if (runtime_was_enabled && !
runtime_enabled
) {
in tg_set_cfs_bandwidth()
H
A
D
fair.c
4916
if (!cfs_bandwidth_used() || !cfs_rq->
runtime_enabled
) {
in account_cfs_rq_runtime()
5340
if (!cfs_rq->
runtime_enabled
|| cfs_rq->nr_running) {
in return_cfs_rq_runtime()
5393
if (!cfs_rq->
runtime_enabled
|| cfs_rq->curr) {
in check_enqueue_throttle()
5435
if (likely(!cfs_rq->
runtime_enabled
|| cfs_rq->runtime_remaining > 0)) {
in check_cfs_rq_runtime()
5529
cfs_rq->
runtime_enabled
= 0;
in init_cfs_rq_runtime()
5579
cfs_rq->
runtime_enabled
= cfs_b->quota != RUNTIME_INF;
in update_runtime_enabled()
5597
if (!cfs_rq->
runtime_enabled
) {
in unthrottle_offline_cfs_rqs()
5610
cfs_rq->
runtime_enabled
= 0;
in unthrottle_offline_cfs_rqs()
H
A
D
sched.h
670
int
runtime_enabled
;
member
Completed in 47 milliseconds