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:fwd_cnt
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
vsock_virtio_transport_common.h
91
__u32
fwd_cnt
101
fwd_cnt
113
__field(__u32,
fwd_cnt
)
125
__entry->
fwd_cnt
=
fwd_cnt
;
128
"buf_alloc=%u
fwd_cnt
=%u",
136
__entry->
fwd_cnt
)
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
vsock_virtio_transport_common.h
94
__u32
fwd_cnt
104
fwd_cnt
116
__field(__u32,
fwd_cnt
)
128
__entry->
fwd_cnt
=
fwd_cnt
;
131
"buf_alloc=%u
fwd_cnt
=%u",
139
__entry->
fwd_cnt
)
/kernel/linux/linux-6.6/net/vmw_vsock/
H
A
D
virtio_transport_common.c
72
hdr->
fwd_cnt
= cpu_to_le32(0);
in virtio_transport_alloc_skb()
293
vvs->
fwd_cnt
+= len;
in virtio_transport_dec_rx_pkt()
301
vvs->last_fwd_cnt = vvs->
fwd_cnt
;
in virtio_transport_inc_tx_pkt()
302
hdr->
fwd_cnt
= cpu_to_le32(vvs->
fwd_cnt
);
in virtio_transport_inc_tx_pkt()
444
fwd_cnt_delta = vvs->
fwd_cnt
- vvs->last_fwd_cnt;
in virtio_transport_stream_do_dequeue()
1286
/* buf_alloc and
fwd_cnt
is always included in the hdr */
in virtio_transport_space_update()
1289
vvs->peer_fwd_cnt = le32_to_cpu(hdr->
fwd_cnt
);
in virtio_transport_space_update()
1388
le32_to_cpu(hdr->
fwd_cnt
));
in virtio_transport_recv_pkt()
1543
(vvs->
fwd_cnt
!
in virtio_transport_notify_set_rcvlowat()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
virtio_vsock.h
63
__le32
fwd_cnt
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
virtio_vsock.h
30
__le32
fwd_cnt
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
virtio_vsock.h
43
__le32
fwd_cnt
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
virtio_vsock.h
43
__le32
fwd_cnt
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
virtio_vsock.h
66
__le32
fwd_cnt
;
member
/kernel/linux/linux-5.10/net/vmw_vsock/
H
A
D
virtio_transport_common.c
236
vvs->
fwd_cnt
+= pkt->len;
in virtio_transport_dec_rx_pkt()
242
vvs->last_fwd_cnt = vvs->
fwd_cnt
;
in virtio_transport_inc_tx_pkt()
243
pkt->hdr.
fwd_cnt
= cpu_to_le32(vvs->
fwd_cnt
);
in virtio_transport_inc_tx_pkt()
376
fwd_cnt_delta = vvs->
fwd_cnt
- vvs->last_fwd_cnt;
in virtio_transport_stream_do_dequeue()
1035
/* buf_alloc and
fwd_cnt
is always included in the hdr */
in virtio_transport_space_update()
1038
vvs->peer_fwd_cnt = le32_to_cpu(pkt->hdr.
fwd_cnt
);
in virtio_transport_space_update()
1129
le32_to_cpu(pkt->hdr.
fwd_cnt
));
in virtio_transport_recv_pkt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
virtio_vsock.h
34
u32
fwd_cnt
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
virtio_vsock.h
137
u32
fwd_cnt
;
member
Completed in 6 milliseconds