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:take_ownership
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
npu-dma.c
246
.
take_ownership
= pnv_npu_take_ownership,
389
!pe->table_group.ops->
take_ownership
)
in pnv_npu_peers_take_ownership()
391
pe->table_group.ops->
take_ownership
(&pe->table_group);
in pnv_npu_peers_take_ownership()
417
.
take_ownership
= pnv_npu_peers_take_ownership,
H
A
D
pci-ioda.c
2072
.
take_ownership
= pnv_ioda2_take_ownership,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
iommu.h
179
void (*
take_ownership
)(struct iommu_table_group *table_group);
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
iommu.h
181
long (*
take_ownership
)(struct iommu_table_group *table_group);
member
/kernel/linux/linux-5.10/drivers/vfio/
H
A
D
vfio_iommu_spapr_tce.c
1215
table_group->ops->
take_ownership
(table_group);
in tce_iommu_take_ownership_ddw()
1259
!table_group->ops->
take_ownership
||
in tce_iommu_attach_group()
1292
if (!table_group->ops || !table_group->ops->
take_ownership
||
in tce_iommu_attach_group()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
iommu.c
1276
.
take_ownership
= spapr_tce_take_ownership,
1294
ret = table_group->ops->
take_ownership
(table_group);
in spapr_tce_blocking_iommu_attach_dev()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
1583
.
take_ownership
= pnv_ioda2_take_ownership,
Completed in 14 milliseconds