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:this_bw
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_calendar.c
178
u64 reg, offset,
this_bw
;
in sparx5_config_auto_calendar()
local
184
this_bw
= sparx5_cal_speed_to_value(spd);
in sparx5_config_auto_calendar()
186
used_port_bw +=
this_bw
;
in sparx5_config_auto_calendar()
189
this_bw
=
this_bw
/ 2;
in sparx5_config_auto_calendar()
190
total_bw +=
this_bw
;
in sparx5_config_auto_calendar()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
149
SCHED_WARN_ON(dl_rq->running_bw > dl_rq->
this_bw
);
in __add_running_bw()
171
u64 old = dl_rq->
this_bw
;
in __add_rq_bw()
174
dl_rq->
this_bw
+= dl_bw;
in __add_rq_bw()
175
SCHED_WARN_ON(dl_rq->
this_bw
< old); /* overflow */
in __add_rq_bw()
181
u64 old = dl_rq->
this_bw
;
in __sub_rq_bw()
184
dl_rq->
this_bw
-= dl_bw;
in __sub_rq_bw()
185
SCHED_WARN_ON(dl_rq->
this_bw
> old); /* underflow */
in __sub_rq_bw()
186
if (dl_rq->
this_bw
> old)
in __sub_rq_bw()
187
dl_rq->
this_bw
= 0;
in __sub_rq_bw()
188
SCHED_WARN_ON(dl_rq->running_bw > dl_rq->
this_bw
);
in __sub_rq_bw()
[all...]
H
A
D
sched.h
805
* runqueue (inactive utilization =
this_bw
- running_bw).
807
u64
this_bw
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
deadline.c
242
SCHED_WARN_ON(dl_rq->running_bw > dl_rq->
this_bw
);
in __add_running_bw()
264
u64 old = dl_rq->
this_bw
;
in __add_rq_bw()
267
dl_rq->
this_bw
+= dl_bw;
in __add_rq_bw()
268
SCHED_WARN_ON(dl_rq->
this_bw
< old); /* overflow */
in __add_rq_bw()
274
u64 old = dl_rq->
this_bw
;
in __sub_rq_bw()
277
dl_rq->
this_bw
-= dl_bw;
in __sub_rq_bw()
278
SCHED_WARN_ON(dl_rq->
this_bw
> old); /* underflow */
in __sub_rq_bw()
279
if (dl_rq->
this_bw
> old)
in __sub_rq_bw()
280
dl_rq->
this_bw
= 0;
in __sub_rq_bw()
281
SCHED_WARN_ON(dl_rq->running_bw > dl_rq->
this_bw
);
in __sub_rq_bw()
[all...]
H
A
D
sched.h
851
* runqueue (inactive utilization =
this_bw
- running_bw).
853
u64
this_bw
;
member
/kernel/linux/linux-5.10/mm/
H
A
D
page-writeback.c
187
unsigned long
this_bw
= wb->avg_write_bandwidth;
in wb_min_max_ratio()
local
196
if (
this_bw
< tot_bw) {
in wb_min_max_ratio()
198
min *=
this_bw
;
in wb_min_max_ratio()
202
max *=
this_bw
;
in wb_min_max_ratio()
/kernel/linux/linux-6.6/mm/
H
A
D
page-writeback.c
187
unsigned long
this_bw
= READ_ONCE(wb->avg_write_bandwidth);
in wb_min_max_ratio()
local
196
if (
this_bw
< tot_bw) {
in wb_min_max_ratio()
198
min *=
this_bw
;
in wb_min_max_ratio()
202
max *=
this_bw
;
in wb_min_max_ratio()
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
818
unsigned long
this_bw
= wb->avg_write_bandwidth;
in wb_split_bdi_pages()
local
829
if (!tot_bw ||
this_bw
>= tot_bw)
in wb_split_bdi_pages()
832
return DIV_ROUND_UP_ULL((u64)nr_pages *
this_bw
, tot_bw);
in wb_split_bdi_pages()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
929
unsigned long
this_bw
= wb->avg_write_bandwidth;
in wb_split_bdi_pages()
local
940
if (!tot_bw ||
this_bw
>= tot_bw)
in wb_split_bdi_pages()
943
return DIV_ROUND_UP_ULL((u64)nr_pages *
this_bw
, tot_bw);
in wb_split_bdi_pages()
Completed in 28 milliseconds