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:cfs_bandwidth
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
425
struct
cfs_bandwidth
{
struct
486
struct
cfs_bandwidth
cfs_bandwidth
;
member
547
extern void init_cfs_bandwidth(struct
cfs_bandwidth
*cfs_b);
549
extern void __refill_cfs_bandwidth_runtime(struct
cfs_bandwidth
*cfs_b);
550
extern void start_cfs_bandwidth(struct
cfs_bandwidth
*cfs_b);
584
struct
cfs_bandwidth
{
struct
H
A
D
fair.c
4841
void __refill_cfs_bandwidth_runtime(struct
cfs_bandwidth
*cfs_b)
in __refill_cfs_bandwidth_runtime()
4848
static inline struct
cfs_bandwidth
*tg_cfs_bandwidth(struct task_group *tg)
in tg_cfs_bandwidth()
4850
return &tg->
cfs_bandwidth
;
in tg_cfs_bandwidth()
4854
static int fair_assign_cfs_rq_runtime(struct
cfs_bandwidth
*cfs_b, struct cfs_rq *cfs_rq, u64 target_runtime)
in fair_assign_cfs_rq_runtime()
4883
struct
cfs_bandwidth
*cfs_b = tg_cfs_bandwidth(cfs_rq->tg);
in assign_cfs_rq_runtime()
4985
struct
cfs_bandwidth
*cfs_b = tg_cfs_bandwidth(cfs_rq->tg);
in throttle_cfs_rq()
5059
struct
cfs_bandwidth
*cfs_b = tg_cfs_bandwidth(cfs_rq->tg);
in unthrottle_cfs_rq()
5150
static void distribute_cfs_runtime(struct
cfs_bandwidth
*cfs_b)
in distribute_cfs_runtime()
5201
static int do_sched_cfs_period_timer(struct
cfs_bandwidth
*cfs_b, int overrun, unsigned long flags)
in do_sched_cfs_period_timer()
5272
static int runtime_refresh_within(struct
cfs_bandwidth
*cfs_
[all...]
H
A
D
core.c
8078
init_cfs_bandwidth(&root_task_group.
cfs_bandwidth
);
in sched_init()
8968
struct
cfs_bandwidth
*cfs_b = &tg->
cfs_bandwidth
;
in tg_set_cfs_bandwidth()
9061
period = ktime_to_ns(tg->
cfs_bandwidth
.period);
in tg_set_cfs_quota()
9077
if (tg->
cfs_bandwidth
.quota == RUNTIME_INF) {
in tg_get_cfs_quota()
9081
quota_us = tg->
cfs_bandwidth
.quota;
in tg_get_cfs_quota()
9096
quota = tg->
cfs_bandwidth
.quota;
in tg_set_cfs_period()
9105
cfs_period_us = ktime_to_ns(tg->
cfs_bandwidth
.period);
in tg_get_cfs_period()
9168
struct
cfs_bandwidth
*cfs_b = &tg->
cfs_bandwidth
;
in tg_cfs_schedulable_down()
[all...]
Completed in 25 milliseconds