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:resp_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ktls_rx.c
83
void mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *
resp_list
)
in mlx5e_ktls_rx_resync_destroy_resp_list()
argument
85
kvfree(
resp_list
);
in mlx5e_ktls_rx_resync_destroy_resp_list()
91
struct mlx5e_ktls_resync_resp *
resp_list
;
in mlx5e_ktls_rx_resync_create_resp_list()
local
93
resp_list
= kvzalloc(sizeof(*
resp_list
), GFP_KERNEL);
in mlx5e_ktls_rx_resync_create_resp_list()
94
if (!
resp_list
)
in mlx5e_ktls_rx_resync_create_resp_list()
97
INIT_LIST_HEAD(&
resp_list
->list);
in mlx5e_ktls_rx_resync_create_resp_list()
98
spin_lock_init(&
resp_list
->lock);
in mlx5e_ktls_rx_resync_create_resp_list()
100
return
resp_list
;
in mlx5e_ktls_rx_resync_create_resp_list()
H
A
D
ktls.h
60
void mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *
resp_list
);
135
mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *
resp_list
) {}
in mlx5e_ktls_rx_resync_destroy_resp_list()
argument
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
tcp.c
105
struct llist_head
resp_list
;
member
492
for (node = llist_del_all(&queue->
resp_list
); node; node = node->next) {
in nvmet_tcp_process_resp_list()
548
llist_add(&cmd->lentry, &queue->
resp_list
);
in nvmet_tcp_queue_response()
1580
init_llist_head(&queue->
resp_list
);
in nvmet_tcp_alloc_queue()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
tcp.c
141
struct llist_head
resp_list
;
member
511
for (node = llist_del_all(&queue->
resp_list
); node; node = node->next) {
in nvmet_tcp_process_resp_list()
567
llist_add(&cmd->lentry, &queue->
resp_list
);
in nvmet_tcp_queue_response()
1653
init_llist_head(&queue->
resp_list
);
in nvmet_tcp_alloc_queue()
Completed in 7 milliseconds