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:sched_avg
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
pelt.c
142
static __always_inline u32 accumulate_sum(u64 delta, struct
sched_avg
*sa, unsigned long load, unsigned long runnable,
in accumulate_sum()
220
static __always_inline int ___update_load_sum(u64 now, struct
sched_avg
*sa, unsigned long load, unsigned long runnable,
in ___update_load_sum()
293
* removed from a cfs_rq and we need to update
sched_avg
. Scheduler entities
296
* the period_contrib of cfs_rq when updating the
sched_avg
of a sched_entity
299
static __always_inline void ___update_load_avg(struct
sched_avg
*sa, unsigned long load)
in ___update_load_avg()
H
A
D
sched.h
621
struct
sched_avg
avg;
1087
struct
sched_avg
avg_rt;
1088
struct
sched_avg
avg_dl;
1090
struct
sched_avg
avg_irq;
1093
struct
sched_avg
avg_thermal;
H
A
D
fair.c
793
struct
sched_avg
*sa = &se->avg;
in init_entity_runnable_average()
842
struct
sched_avg
*sa = &se->avg;
in post_init_entity_util_avg()
3777
struct
sched_avg
*sa = &cfs_rq->avg;
in update_cfs_rq_load_avg()
12245
const struct
sched_avg
*sched_trace_cfs_rq_avg(struct cfs_rq *cfs_rq)
in sched_trace_cfs_rq_avg()
12276
const struct
sched_avg
*sched_trace_rq_avg_rt(struct rq *rq)
in sched_trace_rq_avg_rt()
12286
const struct
sched_avg
*sched_trace_rq_avg_dl(struct rq *rq)
in sched_trace_rq_avg_dl()
12296
const struct
sched_avg
*sched_trace_rq_avg_irq(struct rq *rq)
in sched_trace_rq_avg_irq()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
458
struct
sched_avg
{
struct
543
struct
sched_avg
avg;
2236
const struct
sched_avg
*sched_trace_cfs_rq_avg(struct cfs_rq *cfs_rq);
2240
const struct
sched_avg
*sched_trace_rq_avg_rt(struct rq *rq);
2241
const struct
sched_avg
*sched_trace_rq_avg_dl(struct rq *rq);
2242
const struct
sched_avg
*sched_trace_rq_avg_irq(struct rq *rq);
Completed in 23 milliseconds