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:rate_cps
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
he.c
657
unsigned long long
rate_cps
;
in he_init_cs_block_rcm()
local
721
rate_cps
= (unsigned long long) (1UL << exp) * (man + 512) >> 9;
in he_init_cs_block_rcm()
723
if (
rate_cps
< 10)
in he_init_cs_block_rcm()
724
rate_cps
= 10; /* 2.2.1 minimum payload rate is 10 cps */
in he_init_cs_block_rcm()
727
if ((*rategrid)[i/16][i%16] >=
rate_cps
)
in he_init_cs_block_rcm()
737
buf =
rate_cps
* he_dev->tx_numbuffs /
in he_init_cs_block_rcm()
742
if (
rate_cps
> (272ULL * mult))
in he_init_cs_block_rcm()
744
else if (
rate_cps
> (204ULL * mult))
in he_init_cs_block_rcm()
746
else if (
rate_cps
> (136ULL * mult))
in he_init_cs_block_rcm()
748
else if (
rate_cps
> (6
in he_init_cs_block_rcm()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
he.c
657
unsigned long long
rate_cps
;
in he_init_cs_block_rcm()
local
721
rate_cps
= (unsigned long long) (1UL << exp) * (man + 512) >> 9;
in he_init_cs_block_rcm()
723
if (
rate_cps
< 10)
in he_init_cs_block_rcm()
724
rate_cps
= 10; /* 2.2.1 minimum payload rate is 10 cps */
in he_init_cs_block_rcm()
727
if ((*rategrid)[i/16][i%16] >=
rate_cps
)
in he_init_cs_block_rcm()
737
buf =
rate_cps
* he_dev->tx_numbuffs /
in he_init_cs_block_rcm()
742
if (
rate_cps
> (272ULL * mult))
in he_init_cs_block_rcm()
744
else if (
rate_cps
> (204ULL * mult))
in he_init_cs_block_rcm()
746
else if (
rate_cps
> (136ULL * mult))
in he_init_cs_block_rcm()
748
else if (
rate_cps
> (6
in he_init_cs_block_rcm()
[all...]
Completed in 3 milliseconds