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_count
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
xdp.h
150
session->
bytes_count
+= dma_len;
in mlx5e_xdp_mpwqe_add_dseg()
H
A
D
xdp.c
208
.
bytes_count
= 0,
in mlx5e_xdp_mpwqe_session_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
xdp.h
205
session->
bytes_count
+= dma_len;
in mlx5e_xdp_mpwqe_add_dseg()
H
A
D
xdp.c
345
.
bytes_count
= 0,
in mlx5e_xdp_mpwqe_session_start()
/kernel/linux/linux-5.10/crypto/
H
A
D
af_alg.c
553
size_t
bytes_count
;
in af_alg_count_tsgl()
local
562
bytes_count
= sg[i].length - offset;
in af_alg_count_tsgl()
568
if (
bytes_count
>= bytes)
in af_alg_count_tsgl()
571
bytes -=
bytes_count
;
in af_alg_count_tsgl()
/kernel/linux/linux-6.6/crypto/
H
A
D
af_alg.c
660
size_t
bytes_count
;
in af_alg_count_tsgl()
local
669
bytes_count
= sg[i].length - offset;
in af_alg_count_tsgl()
675
if (
bytes_count
>= bytes)
in af_alg_count_tsgl()
678
bytes -=
bytes_count
;
in af_alg_count_tsgl()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tx.c
493
.
bytes_count
= 0,
in mlx5e_tx_mpwqe_session_start()
517
session->
bytes_count
+= txd->len;
in mlx5e_tx_mpwqe_add_dseg()
543
.num_bytes = session->
bytes_count
,
in mlx5e_tx_mpwqe_session_complete()
H
A
D
en.h
327
u32
bytes_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tx.c
533
.
bytes_count
= 0,
in mlx5e_tx_mpwqe_session_start()
557
session->
bytes_count
+= txd->len;
in mlx5e_tx_mpwqe_add_dseg()
583
.num_bytes = session->
bytes_count
,
in mlx5e_tx_mpwqe_session_complete()
H
A
D
en.h
403
u32
bytes_count
;
member
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-topology.c
1303
int
bytes_count
= 0;
in soc_tplg_dapm_widget_create()
local
1399
kc[i].index =
bytes_count
;
in soc_tplg_dapm_widget_create()
1401
bytes_count
++;
in soc_tplg_dapm_widget_create()
1417
w->name, mixer_count, enum_count,
bytes_count
);
in soc_tplg_dapm_widget_create()
Completed in 17 milliseconds