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:schib_region
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
vfio_ccw_drv.c
144
if (private->
schib_region
)
in vfio_ccw_free_regions()
145
kmem_cache_free(vfio_ccw_schib_region, private->
schib_region
);
in vfio_ccw_free_regions()
183
private->
schib_region
= kmem_cache_zalloc(vfio_ccw_schib_region,
in vfio_ccw_sch_probe()
186
if (!private->
schib_region
)
in vfio_ccw_sch_probe()
H
A
D
vfio_ccw_private.h
80
* @
schib_region
: MMIO region for SCHIB information
100
struct ccw_schib_region *
schib_region
;
member
H
A
D
vfio_ccw_chp.c
76
private->
schib_region
);
in vfio_ccw_register_schib_dev_regions()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_ops.c
73
private->
schib_region
= kmem_cache_zalloc(vfio_ccw_schib_region,
in vfio_ccw_mdev_init_dev()
75
if (!private->
schib_region
)
in vfio_ccw_mdev_init_dev()
86
kmem_cache_free(vfio_ccw_schib_region, private->
schib_region
);
in vfio_ccw_mdev_init_dev()
141
kmem_cache_free(vfio_ccw_schib_region, private->
schib_region
);
in vfio_ccw_mdev_release_dev()
H
A
D
vfio_ccw_chp.c
77
private->
schib_region
);
in vfio_ccw_register_schib_dev_regions()
H
A
D
vfio_ccw_private.h
94
* @
schib_region
: MMIO region for SCHIB information
114
struct ccw_schib_region *
schib_region
;
member
Completed in 3 milliseconds