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:vhost_iotlb_free
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
iotlb.c
136
*
vhost_iotlb_free
- reset and free vhost IOTLB
139
void
vhost_iotlb_free
(struct vhost_iotlb *iotlb)
in vhost_iotlb_free()
function
146
EXPORT_SYMBOL_GPL(
vhost_iotlb_free
);
variable
H
A
D
vhost.c
710
vhost_iotlb_free
(dev->umem);
in vhost_dev_cleanup()
712
vhost_iotlb_free
(dev->iotlb);
in vhost_dev_cleanup()
1478
vhost_iotlb_free
(oldumem);
in vhost_set_memory()
1482
vhost_iotlb_free
(newumem);
in vhost_set_memory()
1750
vhost_iotlb_free
(oiotlb);
in vhost_init_device_iotlb()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
iotlb.c
176
*
vhost_iotlb_free
- reset and free vhost IOTLB
179
void
vhost_iotlb_free
(struct vhost_iotlb *iotlb)
in vhost_iotlb_free()
function
186
EXPORT_SYMBOL_GPL(
vhost_iotlb_free
);
variable
H
A
D
vhost.c
989
vhost_iotlb_free
(dev->umem);
in vhost_dev_cleanup()
991
vhost_iotlb_free
(dev->iotlb);
in vhost_dev_cleanup()
1770
vhost_iotlb_free
(oldumem);
in vhost_set_memory()
1774
vhost_iotlb_free
(newumem);
in vhost_set_memory()
2036
vhost_iotlb_free
(oiotlb);
in vhost_init_device_iotlb()
/kernel/linux/linux-5.10/include/linux/
H
A
D
vhost_iotlb.h
37
void
vhost_iotlb_free
(struct vhost_iotlb *iotlb);
/kernel/linux/linux-6.6/include/linux/
H
A
D
vhost_iotlb.h
42
void
vhost_iotlb_free
(struct vhost_iotlb *iotlb);
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/
H
A
D
iova_domain.c
533
vhost_iotlb_free
(domain->iotlb);
in vduse_domain_release()
610
vhost_iotlb_free
(domain->iotlb);
in vduse_domain_create()
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/
H
A
D
resources.c
244
vhost_iotlb_free
(mvdev->cvq.iotlb);
in cleanup_ctrl_vq()
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
H
A
D
vdpa_sim.c
683
vhost_iotlb_free
(vdpasim->iommu);
in vdpasim_free()
Completed in 12 milliseconds