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:ch_pa
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
39
struct page_array *
ch_pa
;
member
329
chain->
ch_pa
= kcalloc(len, sizeof(*chain->
ch_pa
), GFP_KERNEL);
in ccwchain_alloc()
330
if (!chain->
ch_pa
)
in ccwchain_alloc()
346
kfree(chain->
ch_pa
);
in ccwchain_free()
762
page_array_unpin_free(&chain->
ch_pa
[i], vdev, idal_is_2k(cp));
in cp_free()
821
pa = &chain->
ch_pa
[idx];
in cp_prefetch()
951
if (page_array_iova_pinned(&chain->
ch_pa
[i], iova, length))
in cp_iova_pinned()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
39
struct pfn_array *
ch_pa
;
member
323
sizeof(*chain->
ch_pa
) * len;
in ccwchain_alloc()
332
chain->
ch_pa
= (struct pfn_array *)data;
in ccwchain_alloc()
551
pa = chain->
ch_pa
+ idx;
in ccwchain_fetch_direct()
694
pfn_array_unpin_free(chain->
ch_pa
+ i, cp->mdev);
in cp_free()
870
if (pfn_array_iova_pinned(chain->
ch_pa
+ i, iova))
in cp_iova_pinned()
Completed in 4 milliseconds