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:BYTES_PER_KBIT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cbs.c
67
#define
BYTES_PER_KBIT
(1000LL / 8)
macro
323
port_rate = speed * 1000 *
BYTES_PER_KBIT
;
in cbs_set_port_rate()
393
q->idleslope = qopt->idleslope *
BYTES_PER_KBIT
;
in cbs_change()
394
q->sendslope = qopt->sendslope *
BYTES_PER_KBIT
;
in cbs_change()
463
opt.sendslope = div64_s64(q->sendslope,
BYTES_PER_KBIT
);
in cbs_dump()
464
opt.idleslope = div64_s64(q->idleslope,
BYTES_PER_KBIT
);
in cbs_dump()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cbs.c
68
#define
BYTES_PER_KBIT
(1000LL / 8)
macro
324
port_rate = speed * 1000 *
BYTES_PER_KBIT
;
in cbs_set_port_rate()
394
q->idleslope = qopt->idleslope *
BYTES_PER_KBIT
;
in cbs_change()
395
q->sendslope = qopt->sendslope *
BYTES_PER_KBIT
;
in cbs_change()
464
opt.sendslope = div64_s64(q->sendslope,
BYTES_PER_KBIT
);
in cbs_dump()
465
opt.idleslope = div64_s64(q->idleslope,
BYTES_PER_KBIT
);
in cbs_dump()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_main.c
2141
#define
BYTES_PER_KBIT
(1000LL / 8)
macro
2232
cbs->idle_slope = div_s64(offload->idleslope *
BYTES_PER_KBIT
,
in sja1105_setup_tc_cbs()
2234
cbs->send_slope = div_s64(abs(offload->sendslope *
BYTES_PER_KBIT
),
in sja1105_setup_tc_cbs()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_main.c
1692
#define
BYTES_PER_KBIT
(1000LL / 8)
macro
1770
cbs->idle_slope = div_s64(offload->idleslope *
BYTES_PER_KBIT
,
in sja1105_setup_tc_cbs()
1772
cbs->send_slope = div_s64(abs(offload->sendslope *
BYTES_PER_KBIT
),
in sja1105_setup_tc_cbs()
Completed in 11 milliseconds