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:enqueued
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
354
*
enqueued
) or force our parent to appear after us when it is
in list_add_leaf_cfs_rq()
355
*
enqueued
. The fact that we always enqueue bottom-up
in list_add_leaf_cfs_rq()
437
/* Do the two (
enqueued
) entities belong to the same group ? */
1053
* Task is being
enqueued
- update stats:
2844
* without p->mm even though we still had it when we
enqueued
this
in task_numa_work()
4046
return max(ue.ewma, (ue.
enqueued
& ~UTIL_AVG_UNCHANGED));
in _task_util_est()
4081
unsigned int
enqueued
;
in util_est_enqueue()
local
4088
enqueued
= cfs_rq->avg.util_est.
enqueued
;
in util_est_enqueue()
4089
enqueued
in util_est_enqueue()
4097
unsigned int
enqueued
;
util_est_dequeue()
local
[all...]
H
A
D
sched.h
2666
util = max_t(unsigned long, util, READ_ONCE(rq->cfs.avg.util_est.
enqueued
));
in cpu_util_cfs()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
379
* @
enqueued
: instantaneous estimated utilization of a task/cpu
389
* The
enqueued
attribute has a slightly different meaning for tasks and cpus:
391
* - cfs_rq: the sum of util_est.
enqueued
for each RUNNABLE task on that CPU
392
* Thus, the util_est.
enqueued
of a task represents the contribution on the
393
* estimated utilization of the CPU where that task is currently
enqueued
.
402
* This information is mapped into the MSB bit of util_est.
enqueued
at dequeue
403
* time. Since max value of util_est.
enqueued
for a task is 1024 (PELT util_avg
407
unsigned int
enqueued
;
member
Completed in 18 milliseconds