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:bic_scale
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_cubic.c
50
static int
bic_scale
__read_mostly = 41;
69
module_param(
bic_scale
, int, 0444);
70
MODULE_PARM_DESC(
bic_scale
, "scale (scaled by 1024) value for bic function (
bic_scale
/1024)");
268
* c =
bic_scale
>> 10
in bictcp_update()
506
cube_rtt_scale = (
bic_scale
* 10); /* 1024*c/rtt */
in cubictcp_register()
512
* c =
bic_scale
>> 10
in cubictcp_register()
524
/* divide by
bic_scale
and by constant Srtt (100ms) */
in cubictcp_register()
525
do_div(cube_factor,
bic_scale
* 10);
in cubictcp_register()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_cubic.c
52
static int
bic_scale
__read_mostly = 41;
71
module_param(
bic_scale
, int, 0444);
72
MODULE_PARM_DESC(
bic_scale
, "scale (scaled by 1024) value for bic function (
bic_scale
/1024)");
261
* c =
bic_scale
>> 10
in bictcp_update()
519
cube_rtt_scale = (
bic_scale
* 10); /* 1024*c/rtt */
in cubictcp_register()
525
* c =
bic_scale
>> 10
in cubictcp_register()
537
/* divide by
bic_scale
and by constant Srtt (100ms) */
in cubictcp_register()
538
do_div(cube_factor,
bic_scale
* 10);
in cubictcp_register()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
44
static const int
bic_scale
= 41;
variable
52
static const __u32 cube_rtt_scale = (
bic_scale
* 10); /* 1024*c/rtt */
59
* c =
bic_scale
>> 10
70
/ (
bic_scale
* 10);
320
* c =
bic_scale
>> 10
in bictcp_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
44
static const int
bic_scale
= 41;
variable
52
static const __u32 cube_rtt_scale = (
bic_scale
* 10); /* 1024*c/rtt */
59
* c =
bic_scale
>> 10
70
/ (
bic_scale
* 10);
314
* c =
bic_scale
>> 10
in bictcp_update()
Completed in 4 milliseconds