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:outstanding_tx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdpsock_user.c
151
u32
outstanding_tx
;
member
1109
if (!xsk->
outstanding_tx
)
in complete_tx_l2fwd()
1122
ndescs = (xsk->
outstanding_tx
> opt_batch_size) ? opt_batch_size :
in complete_tx_l2fwd()
1123
xsk->
outstanding_tx
;
in complete_tx_l2fwd()
1148
xsk->
outstanding_tx
-= rcvd;
in complete_tx_l2fwd()
1159
if (!xsk->
outstanding_tx
)
in complete_tx_only()
1170
xsk->
outstanding_tx
-= rcvd;
in complete_tx_only()
1265
xsk->
outstanding_tx
+= batch_size;
in tx_only()
1290
if (xsks[i]->
outstanding_tx
) {
in complete_tx_only_all()
1292
pending = !!xsks[i]->
outstanding_tx
;
in complete_tx_only_all()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
commonring.h
31
atomic_t
outstanding_tx
;
member
H
A
D
msgbuf.c
760
atomic_inc(&commonring->
outstanding_tx
);
in brcmf_msgbuf_txflow()
792
if ((force) || (atomic_read(&commonring->
outstanding_tx
) <
in brcmf_msgbuf_schedule_txdata()
892
atomic_dec(&commonring->
outstanding_tx
);
in brcmf_msgbuf_process_txstatus()
1388
((qlen) && (atomic_read(&commonring->
outstanding_tx
) <
in brcmf_proto_msgbuf_rx_trigger()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
commonring.h
31
atomic_t
outstanding_tx
;
member
H
A
D
msgbuf.c
760
atomic_inc(&commonring->
outstanding_tx
);
in brcmf_msgbuf_txflow()
792
if ((force) || (atomic_read(&commonring->
outstanding_tx
) <
in brcmf_msgbuf_schedule_txdata()
896
atomic_dec(&commonring->
outstanding_tx
);
in brcmf_msgbuf_process_txstatus()
1392
((qlen) && (atomic_read(&commonring->
outstanding_tx
) <
in brcmf_proto_msgbuf_rx_trigger()
1419
while (retry && atomic_read(&commonring_del->
outstanding_tx
)) {
in brcmf_msgbuf_delete_flowring()
1425
atomic_set(&commonring_del->
outstanding_tx
, 0);
in brcmf_msgbuf_delete_flowring()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
xskxceiver.h
121
u32
outstanding_tx
;
member
H
A
D
xskxceiver.c
952
if (rcvd > xsk->
outstanding_tx
) {
in complete_pkts()
961
xsk->
outstanding_tx
-= rcvd;
in complete_pkts()
1186
xsk->
outstanding_tx
+= valid_frags;
in __send_pkts()
1212
while (xsk->
outstanding_tx
)
in wait_for_tx_completion()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
xsk.c
77
__u64
outstanding_tx
;
member
727
xsk->
outstanding_tx
= 0;
in xsk_socket__create_shared()
Completed in 12 milliseconds