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:cpu_rcache
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
iova.c
732
struct iova_cpu_rcache *
cpu_rcache
;
in iova_domain_init_rcaches()
local
738
rcache->cpu_rcaches = __alloc_percpu(sizeof(*
cpu_rcache
),
in iova_domain_init_rcaches()
745
cpu_rcache
= per_cpu_ptr(rcache->cpu_rcaches, cpu);
in iova_domain_init_rcaches()
747
spin_lock_init(&
cpu_rcache
->lock);
in iova_domain_init_rcaches()
748
cpu_rcache
->loaded = iova_magazine_alloc(GFP_KERNEL);
in iova_domain_init_rcaches()
749
cpu_rcache
->prev = iova_magazine_alloc(GFP_KERNEL);
in iova_domain_init_rcaches()
750
if (!
cpu_rcache
->loaded || !
cpu_rcache
->prev) {
in iova_domain_init_rcaches()
780
struct iova_cpu_rcache *
cpu_rcache
;
in __iova_rcache_insert()
local
784
cpu_rcache
in __iova_rcache_insert()
842
struct iova_
cpu_rcache
*
cpu_rcache
;
__iova_rcache_get()
local
896
struct iova_
cpu_rcache
*
cpu_rcache
;
free_iova_rcaches()
local
923
struct iova_
cpu_rcache
*
cpu_rcache
;
free_cpu_cached_iovas()
local
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
iova.c
864
struct iova_cpu_rcache *
cpu_rcache
;
in init_iova_rcaches()
local
873
rcache->cpu_rcaches = __alloc_percpu(sizeof(*
cpu_rcache
), cache_line_size());
in init_iova_rcaches()
877
cpu_rcache
= per_cpu_ptr(rcache->cpu_rcaches, cpu);
in init_iova_rcaches()
878
spin_lock_init(&
cpu_rcache
->lock);
in init_iova_rcaches()
879
cpu_rcache
->loaded = iova_magazine_alloc(GFP_KERNEL);
in init_iova_rcaches()
880
cpu_rcache
->prev = iova_magazine_alloc(GFP_KERNEL);
in init_iova_rcaches()
896
struct iova_cpu_rcache *
cpu_rcache
;
in __iova_rcache_insert()
local
900
cpu_rcache
= raw_cpu_ptr(rcache->cpu_rcaches);
in __iova_rcache_insert()
901
spin_lock_irqsave(&
cpu_rcache
->lock, flags);
in __iova_rcache_insert()
903
if (!iova_magazine_full(
cpu_rcache
in __iova_rcache_insert()
958
struct iova_
cpu_rcache
*
cpu_rcache
;
__iova_rcache_get()
local
1012
struct iova_
cpu_rcache
*
cpu_rcache
;
free_iova_rcaches()
local
1034
struct iova_
cpu_rcache
*
cpu_rcache
;
free_cpu_cached_iovas()
local
[all...]
Completed in 7 milliseconds