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:reassembly_queue
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smbdirect.h
131
struct list_head
reassembly_queue
;
member
H
A
D
smbdirect.c
1137
list_add_tail(&response->list, &info->
reassembly_queue
);
in enqueue_reassembly()
1161
if (!list_empty(&info->
reassembly_queue
)) {
in _get_first_reassembly()
1163
&info->
reassembly_queue
,
in _get_first_reassembly()
1242
INIT_LIST_HEAD(&info->
reassembly_queue
);
in allocate_receive_buffers()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smbdirect.h
131
struct list_head
reassembly_queue
;
member
H
A
D
smbdirect.c
1104
list_add_tail(&response->list, &info->
reassembly_queue
);
in enqueue_reassembly()
1128
if (!list_empty(&info->
reassembly_queue
)) {
in _get_first_reassembly()
1130
&info->
reassembly_queue
,
in _get_first_reassembly()
1209
INIT_LIST_HEAD(&info->
reassembly_queue
);
in allocate_receive_buffers()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
transport_rdma.c
116
struct list_head
reassembly_queue
;
member
308
list_add_tail(&recvmsg->list, &t->
reassembly_queue
);
in enqueue_reassembly()
323
if (!list_empty(&t->
reassembly_queue
))
in get_first_reassembly()
324
return list_first_entry(&t->
reassembly_queue
,
in get_first_reassembly()
376
INIT_LIST_HEAD(&t->
reassembly_queue
);
in alloc_transport()
Completed in 11 milliseconds