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:depot_size
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
iova.c
643
unsigned long
depot_size
;
member
737
rcache->
depot_size
= 0;
in iova_domain_init_rcaches()
797
if (rcache->
depot_size
< MAX_GLOBAL_MAGS) {
in __iova_rcache_insert()
798
rcache->depot[rcache->
depot_size
++] =
in __iova_rcache_insert()
857
if (rcache->
depot_size
> 0) {
in __iova_rcache_get()
859
cpu_rcache->loaded = rcache->depot[--rcache->
depot_size
];
in __iova_rcache_get()
910
for (j = 0; j < rcache->
depot_size
; ++j)
in free_iova_rcaches()
950
for (j = 0; j < rcache->
depot_size
; ++j) {
in free_global_cached_iovas()
954
rcache->
depot_size
= 0;
in free_global_cached_iovas()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
iova.c
872
rcache->
depot_size
= 0;
in init_iova_rcaches()
913
if (rcache->
depot_size
< MAX_GLOBAL_MAGS) {
in __iova_rcache_insert()
914
rcache->depot[rcache->
depot_size
++] =
in __iova_rcache_insert()
973
if (rcache->
depot_size
> 0) {
in __iova_rcache_get()
975
cpu_rcache->loaded = rcache->depot[--rcache->
depot_size
];
in __iova_rcache_get()
1024
for (j = 0; j < rcache->
depot_size
; ++j)
in free_iova_rcaches()
/kernel/linux/linux-5.10/include/linux/
H
A
D
iova.h
33
unsigned long
depot_size
;
member
Completed in 5 milliseconds