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:sgl_free
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
stub_main.c
313
sgl_free
(urb->sg);
in stub_free_priv_and_urb()
323
sgl_free
(priv->sgl);
in stub_free_priv_and_urb()
H
A
D
stub_rx.c
623
sgl_free
(sgl);
in stub_recv_cmd_submit()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
stub_main.c
309
sgl_free
(urb->sg);
in stub_free_priv_and_urb()
319
sgl_free
(priv->sgl);
in stub_free_priv_and_urb()
H
A
D
stub_rx.c
623
sgl_free
(sgl);
in stub_recv_cmd_submit()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_bl.c
332
sgl_free
(sgl);
in qat_bl_sgl_free_unmap()
359
sgl_free
(dst);
in qat_bl_sgl_alloc_map()
H
A
D
qat_comp_algs.c
453
.dst_free =
sgl_free
,
468
.dst_free =
sgl_free
,
/kernel/linux/linux-5.10/lib/
H
A
D
scatterlist.c
670
*
sgl_free
- free a scatterlist and its pages
673
void
sgl_free
(struct scatterlist *sgl)
in sgl_free()
function
677
EXPORT_SYMBOL(
sgl_free
);
variable
/kernel/linux/linux-5.10/crypto/
H
A
D
scompress.c
213
crt->dst_free =
sgl_free
;
in crypto_init_scomp_ops_async()
/kernel/linux/linux-5.10/include/linux/
H
A
D
scatterlist.h
311
void
sgl_free
(struct scatterlist *sgl);
/kernel/linux/linux-6.6/include/linux/
H
A
D
scatterlist.h
489
void
sgl_free
(struct scatterlist *sgl);
/kernel/linux/linux-6.6/crypto/
H
A
D
scompress.c
206
crt->dst_free =
sgl_free
;
in crypto_init_scomp_ops_async()
/kernel/linux/linux-6.6/lib/
H
A
D
scatterlist.c
714
*
sgl_free
- free a scatterlist and its pages
717
void
sgl_free
(struct scatterlist *sgl)
in sgl_free()
function
721
EXPORT_SYMBOL(
sgl_free
);
variable
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
tcp.c
380
sgl_free
(cmd->req.sg);
in nvmet_tcp_map_data()
627
sgl_free
(cmd->req.sg);
in nvmet_try_send_data()
658
sgl_free
(cmd->req.sg);
in nvmet_try_send_response()
1403
sgl_free
(cmd->req.sg);
in nvmet_tcp_finish_cmd()
H
A
D
core.c
1055
sgl_free
(req->sg);
in nvmet_req_alloc_sgls()
1069
sgl_free
(req->sg);
in nvmet_req_free_sgls()
1071
sgl_free
(req->metadata_sg);
in nvmet_req_free_sgls()
H
A
D
fc.c
2100
sgl_free
(fod->data_sg);
in nvmet_fc_free_tgt_pgs()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
core.c
1078
sgl_free
(req->sg);
in nvmet_req_alloc_sgls()
1092
sgl_free
(req->sg);
in nvmet_req_free_sgls()
1094
sgl_free
(req->metadata_sg);
in nvmet_req_free_sgls()
H
A
D
tcp.c
330
sgl_free
(cmd->req.sg);
in nvmet_tcp_free_cmd_buffers()
H
A
D
fc.c
2123
sgl_free
(fod->data_sg);
in nvmet_fc_free_tgt_pgs()
Completed in 26 milliseconds