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:throttled
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
895
int i, idle = 1,
throttled
= 0;
in do_sched_rt_period_timer()
local
906
*
throttled
.
in do_sched_rt_period_timer()
949
*
throttled
check_preempt_curr() will set
in do_sched_rt_period_timer()
969
throttled
= 1;
in do_sched_rt_period_timer()
978
if (!
throttled
&& (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) {
in do_sched_rt_period_timer()
1357
* Don't enqueue the group if its
throttled
, or when empty.
in __enqueue_rt_entity()
1359
* get
throttled
and the current group doesn't have any other
in __enqueue_rt_entity()
H
A
D
fair.c
413
* With cfs_rq being unthrottled/
throttled
during an enqueue,
in list_del_leaf_cfs_rq()
4468
* because of a parent been
throttled
but cfs->nr_running > 1. Try to
in enqueue_entity()
4902
if (cfs_rq->
throttled
) {
in fair_account_cfs_rq_runtime()
4907
* hierarchy can be
throttled
in fair_account_cfs_rq_runtime()
4925
return cfs_bandwidth_used() && cfs_rq->
throttled
;
in cfs_rq_throttled()
4928
/* check whether cfs_rq, or any parent, is
throttled
*/
4936
* dest_cpu are members of a
throttled
hierarchy when performing group
4972
/* group is entering
throttled
state, stop time */
in tg_throttle_down()
4994
* actually
throttled
the timer might not unthrottle us for an
in throttle_cfs_rq()
5012
/* freeze hierarchy runnable averages while
throttled
*/
in throttle_cfs_rq()
5203
int
throttled
;
do_sched_cfs_period_timer()
local
[all...]
H
A
D
sched.h
676
int
throttled
;
member
H
A
D
core.c
8576
*
throttled
one but it's still the running task. Trigger a
in sched_move_task()
8976
* to prevent reaching a state of large arrears when
throttled
via
in tg_set_cfs_bandwidth()
9042
if (cfs_rq->
throttled
) {
in tg_set_cfs_bandwidth()
Completed in 39 milliseconds