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:unlink_seqnum
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
vhci_hcd.c
940
unlink->
unlink_seqnum
= priv->seqnum;
in vhci_urb_dequeue()
971
pr_info("unlink cleanup tx %lu\n", unlink->
unlink_seqnum
);
in vhci_device_unlink_cleanup()
973
urb = pickup_urb_and_free_priv(vdev, unlink->
unlink_seqnum
);
in vhci_device_unlink_cleanup()
1004
pr_info("unlink cleanup rx %lu\n", unlink->
unlink_seqnum
);
in vhci_device_unlink_cleanup()
1006
urb = pickup_urb_and_free_priv(vdev, unlink->
unlink_seqnum
);
in vhci_device_unlink_cleanup()
1009
unlink->
unlink_seqnum
);
in vhci_device_unlink_cleanup()
H
A
D
vhci.h
67
unsigned long
unlink_seqnum
;
member
H
A
D
vhci_tx.c
211
pdu_header.u.cmd_unlink.seqnum = unlink->
unlink_seqnum
;
in vhci_send_cmd_unlink()
H
A
D
vhci_rx.c
156
urb = pickup_urb_and_free_priv(vdev, unlink->
unlink_seqnum
);
in vhci_recv_ret_unlink()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
vhci.h
67
unsigned long
unlink_seqnum
;
member
H
A
D
vhci_rx.c
156
urb = pickup_urb_and_free_priv(vdev, unlink->
unlink_seqnum
);
in vhci_recv_ret_unlink()
H
A
D
vhci_tx.c
211
pdu_header.u.cmd_unlink.seqnum = unlink->
unlink_seqnum
;
in vhci_send_cmd_unlink()
H
A
D
vhci_hcd.c
938
unlink->
unlink_seqnum
= priv->seqnum;
in vhci_urb_dequeue()
969
urb = pickup_urb_and_free_priv(vdev, unlink->
unlink_seqnum
);
in vhci_cleanup_unlink_list()
Completed in 7 milliseconds