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:BW_UNIT
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
73
#define
BW_UNIT
(1 << BW_SCALE)
macro
277
bw = (u64)tp->snd_cwnd *
BW_UNIT
;
in bbr_init_pacing_rate_from_rtt()
377
bdp = (((w * gain) >> BBR_SCALE) +
BW_UNIT
- 1) /
BW_UNIT
;
in bbr_bdp()
460
/
BW_UNIT
;
in bbr_ack_aggregation_cwnd()
752
bw = (u64)delivered *
BW_UNIT
;
in bbr_lt_bw_sampling()
782
bw = div64_long((u64)rs->delivered *
BW_UNIT
, rs->interval_us);
in bbr_update_bw()
839
expected_acked = ((u64)bbr_bw(sk) * epoch_us) /
BW_UNIT
;
in bbr_update_ack_aggregation()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
75
#define
BW_UNIT
(1 << BW_SCALE)
macro
279
bw = (u64)tcp_snd_cwnd(tp) *
BW_UNIT
;
in bbr_init_pacing_rate_from_rtt()
379
bdp = (((w * gain) >> BBR_SCALE) +
BW_UNIT
- 1) /
BW_UNIT
;
in bbr_bdp()
462
/
BW_UNIT
;
in bbr_ack_aggregation_cwnd()
754
bw = (u64)delivered *
BW_UNIT
;
in bbr_lt_bw_sampling()
784
bw = div64_long((u64)rs->delivered *
BW_UNIT
, rs->interval_us);
in bbr_update_bw()
841
expected_acked = ((u64)bbr_bw(sk) * epoch_us) /
BW_UNIT
;
in bbr_update_ack_aggregation()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
1229
if (u_inact + rq->dl.extra_bw >
BW_UNIT
- u_act_min)
in grub_reclaim()
1232
u_act =
BW_UNIT
- u_inact - rq->dl.extra_bw;
in grub_reclaim()
H
A
D
sched.h
2099
#define
BW_UNIT
(1 << BW_SHIFT)
macro
H
A
D
core.c
3506
return
BW_UNIT
;
in to_ratio()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
sched.h
2609
#define
BW_UNIT
(1 << BW_SHIFT)
macro
H
A
D
core.c
4999
return
BW_UNIT
;
in to_ratio()
Completed in 42 milliseconds