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_ccw
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
33
struct ccw1 *
ch_ccw
;
member
322
sizeof(*chain->
ch_ccw
) * len +
in ccwchain_alloc()
329
chain->
ch_ccw
= (struct ccw1 *)data;
in ccwchain_alloc()
331
data = (u8 *)(chain->
ch_ccw
) + sizeof(*chain->
ch_ccw
) * len;
in ccwchain_alloc()
350
struct ccw1 *ccw = chain->
ch_ccw
+ idx;
in ccwchain_cda_free()
451
memcpy(chain->
ch_ccw
, cp->guest_cp, len * sizeof(struct ccw1));
in ccwchain_handle_ccw()
469
tic = chain->
ch_ccw
+ i;
in ccwchain_loop_tic()
491
struct ccw1 *ccw = chain->
ch_ccw
+ idx;
in ccwchain_fetch_tic()
498
ccw->cda = (__u32) (addr_t) (((char *)iter->
ch_ccw
)
in ccwchain_fetch_tic()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
33
struct ccw1 *
ch_ccw
;
member
325
chain->
ch_ccw
= kcalloc(len, sizeof(*chain->
ch_ccw
), GFP_DMA | GFP_KERNEL);
in ccwchain_alloc()
326
if (!chain->
ch_ccw
)
in ccwchain_alloc()
338
kfree(chain->
ch_ccw
);
in ccwchain_alloc()
347
kfree(chain->
ch_ccw
);
in ccwchain_free()
354
struct ccw1 *ccw = &chain->
ch_ccw
[idx];
in ccwchain_cda_free()
450
memcpy(chain->
ch_ccw
, cp->guest_cp, len * sizeof(struct ccw1));
in ccwchain_handle_ccw()
468
tic = &chain->
ch_ccw
[i];
in ccwchain_loop_tic()
495
ccw->cda = (__u32) (addr_t) (((char *)iter->
ch_ccw
)
in ccwchain_fetch_tic()
[all...]
Completed in 2 milliseconds