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:iova_rwsem
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H
A
D
io_pagetable.c
35
lockdep_assert_held(&iopt->
iova_rwsem
);
in iopt_area_contig_init()
116
lockdep_assert_held(&iopt->
iova_rwsem
);
in iopt_alloc_iova()
168
lockdep_assert_held(&iopt->
iova_rwsem
);
in iopt_check_iova()
194
lockdep_assert_held_write(&iopt->
iova_rwsem
);
in iopt_insert_area()
251
down_write(&iopt->
iova_rwsem
);
in iopt_alloc_area_pages()
279
* reserved and we can unlock the
iova_rwsem
.
in iopt_alloc_area_pages()
291
up_write(&iopt->
iova_rwsem
);
in iopt_alloc_area_pages()
300
down_write(&area->iopt->
iova_rwsem
);
in iopt_abort_area()
302
up_write(&area->iopt->
iova_rwsem
);
in iopt_abort_area()
361
down_write(&iopt->
iova_rwsem
);
in iopt_map_pages()
[all...]
H
A
D
device.c
932
down_read(&iopt->
iova_rwsem
);
in iommufd_access_unpin_pages()
940
up_read(&iopt->
iova_rwsem
);
in iommufd_access_unpin_pages()
1010
down_read(&iopt->
iova_rwsem
);
in iommufd_access_pin_pages()
1039
up_read(&iopt->
iova_rwsem
);
in iommufd_access_pin_pages()
1054
up_read(&iopt->
iova_rwsem
);
in iommufd_access_pin_pages()
1093
down_read(&iopt->
iova_rwsem
);
in iommufd_access_rw()
1118
up_read(&iopt->
iova_rwsem
);
in iommufd_access_rw()
H
A
D
selftest.c
58
down_read(&iopt->
iova_rwsem
);
in iommufd_test_syz_conv_iova()
62
up_read(&iopt->
iova_rwsem
);
in iommufd_test_syz_conv_iova()
67
up_read(&iopt->
iova_rwsem
);
in iommufd_test_syz_conv_iova()
506
down_write(&ioas->iopt.
iova_rwsem
);
in iommufd_test_add_reserved()
508
up_write(&ioas->iopt.
iova_rwsem
);
in iommufd_test_add_reserved()
H
A
D
io_pagetable.h
34
* The io_pagetable::
iova_rwsem
protects node
124
lockdep_assert_held(&iopt->
iova_rwsem
); \
H
A
D
vfio_compat.c
472
down_read(&ioas->iopt.
iova_rwsem
);
in iommufd_vfio_iommu_get_info()
513
up_read(&ioas->iopt.
iova_rwsem
);
in iommufd_vfio_iommu_get_info()
H
A
D
ioas.c
78
down_read(&ioas->iopt.
iova_rwsem
);
in iommufd_ioas_iova_ranges()
107
up_read(&ioas->iopt.
iova_rwsem
);
in iommufd_ioas_iova_ranges()
H
A
D
iommufd_private.h
36
* The locking order is domains_rwsem ->
iova_rwsem
-> pages::mutex
44
struct rw_semaphore
iova_rwsem
;
member
Completed in 7 milliseconds