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:full_bw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H
A
D
c67x00-hcd.h
51
#define MAX_PERIODIC_BW(
full_bw
)
full_bw
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H
A
D
c67x00-hcd.h
51
#define MAX_PERIODIC_BW(
full_bw
)
full_bw
/kernel/linux/linux-5.10/drivers/soundwire/
H
A
D
generic_bandwidth_allocation.c
20
int
full_bw
;
member
180
params[i].
full_bw
= bus->params.curr_dr_freq / params[i].rate;
in sdw_compute_group_params()
196
params[i].payload_bw + params[i].
full_bw
- 1) /
in sdw_compute_group_params()
197
params[i].
full_bw
;
in sdw_compute_group_params()
/kernel/linux/linux-6.6/drivers/soundwire/
H
A
D
generic_bandwidth_allocation.c
21
int
full_bw
;
member
170
params[i].
full_bw
= bus->params.curr_dr_freq / params[i].rate;
in sdw_compute_group_params()
186
params[i].payload_bw + params[i].
full_bw
- 1) /
in sdw_compute_group_params()
187
params[i].
full_bw
;
in sdw_compute_group_params()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
117
u32
full_bw
; /* recent bw, to estimate if pipe is full */
member
879
bw_thresh = (u64)bbr->
full_bw
* bbr_full_bw_thresh >> BBR_SCALE;
in bbr_check_full_bw_reached()
881
bbr->
full_bw
= bbr_max_bw(sk);
in bbr_check_full_bw_reached()
1061
bbr->
full_bw
= 0;
in bbr_init()
1091
bbr->
full_bw
= 0; /* spurious slow-down; reset full pipe detection */
in bbr_undo_cwnd()
1134
bbr->
full_bw
= 0;
in bbr_set_state()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
119
u32
full_bw
; /* recent bw, to estimate if pipe is full */
member
881
bw_thresh = (u64)bbr->
full_bw
* bbr_full_bw_thresh >> BBR_SCALE;
in bbr_check_full_bw_reached()
883
bbr->
full_bw
= bbr_max_bw(sk);
in bbr_check_full_bw_reached()
1063
bbr->
full_bw
= 0;
in bbr_init()
1093
bbr->
full_bw
= 0; /* spurious slow-down; reset full pipe detection */
in bbr_undo_cwnd()
1136
bbr->
full_bw
= 0;
in bbr_set_state()
Completed in 7 milliseconds