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:cpu_bw_dl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
cpufreq_schedutil.c
187
*
cpu_bw_dl
()
241
* of this sum because we want to use
cpu_bw_dl
() later on, but we need
in schedutil_cpu_util()
281
util +=
cpu_bw_dl
(rq);
in schedutil_cpu_util()
293
sg_cpu->bw_dl =
cpu_bw_dl
(rq);
in sugov_get_util()
444
if (
cpu_bw_dl
(cpu_rq(sg_cpu->cpu)) > sg_cpu->bw_dl)
in ignore_dl_rate_limit()
H
A
D
sched.h
2768
static inline unsigned long
cpu_bw_dl
(struct rq *rq)
in cpu_bw_dl()
function
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
cpufreq_schedutil.c
167
sg_cpu->bw_dl =
cpu_bw_dl
(rq);
in sugov_get_util()
319
if (
cpu_bw_dl
(cpu_rq(sg_cpu->cpu)) > sg_cpu->bw_dl)
in ignore_dl_rate_limit()
H
A
D
sched.h
3203
static inline unsigned long
cpu_bw_dl
(struct rq *rq)
in cpu_bw_dl()
function
H
A
D
core.c
7582
*
cpu_bw_dl
()
7638
* of this sum because we want to use
cpu_bw_dl
() later on, but we need
in effective_cpu_util()
7678
util +=
cpu_bw_dl
(rq);
in effective_cpu_util()
Completed in 27 milliseconds