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:indicators2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/virtio/
H
A
D
virtio_ccw.c
51
unsigned long
indicators2
;
member
80
static inline unsigned long *
indicators2
(struct virtio_ccw_device *vcdev)
in indicators2()
function
82
return &vcdev->dma_area->
indicators2
;
in indicators2()
710
/* Register
indicators2
with host for config changes */
in virtio_ccw_find_vqs()
711
*indicatorp = (unsigned long)
indicators2
(vcdev);
in virtio_ccw_find_vqs()
712
*
indicators2
(vcdev) = 0;
in virtio_ccw_find_vqs()
715
ccw->count = sizeof(
indicators2
(vcdev));
in virtio_ccw_find_vqs()
1139
if (test_bit(0,
indicators2
(vcdev))) {
in virtio_ccw_int_handler()
1141
clear_bit(0,
indicators2
(vcdev));
in virtio_ccw_int_handler()
/kernel/linux/linux-6.6/drivers/s390/virtio/
H
A
D
virtio_ccw.c
52
unsigned long
indicators2
;
member
82
static inline unsigned long *
indicators2
(struct virtio_ccw_device *vcdev)
in indicators2()
function
84
return &vcdev->dma_area->
indicators2
;
in indicators2()
711
/* Register
indicators2
with host for config changes */
in virtio_ccw_find_vqs()
712
*indicatorp = (unsigned long)
indicators2
(vcdev);
in virtio_ccw_find_vqs()
713
*
indicators2
(vcdev) = 0;
in virtio_ccw_find_vqs()
716
ccw->count = sizeof(
indicators2
(vcdev));
in virtio_ccw_find_vqs()
1179
if (test_bit(0,
indicators2
(vcdev))) {
in virtio_ccw_int_handler()
1181
clear_bit(0,
indicators2
(vcdev));
in virtio_ccw_int_handler()
Completed in 5 milliseconds