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:indicators
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/virtio/
H
A
D
virtio_ccw.c
50
unsigned long
indicators
;
member
75
static inline unsigned long *
indicators
(struct virtio_ccw_device *vcdev)
in indicators()
function
77
return &vcdev->dma_area->
indicators
;
in indicators()
213
/* Walk through
indicators
field, summary indicator active. */
in virtio_airq_handler()
222
/* Walk through
indicators
field, summary indicator not active. */
in virtio_airq_handler()
365
/* payload is the address of the
indicators
*/
in virtio_ccw_drop_indicator()
367
sizeof(
indicators
(vcdev)));
in virtio_ccw_drop_indicator()
372
ccw->count = sizeof(
indicators
(vcdev));
in virtio_ccw_drop_indicator()
375
/* Deregister
indicators
from host. */
in virtio_ccw_drop_indicator()
376
*
indicators
(vcde
in virtio_ccw_drop_indicator()
[all...]
/kernel/linux/linux-6.6/drivers/s390/virtio/
H
A
D
virtio_ccw.c
51
unsigned long
indicators
;
member
77
static inline unsigned long *
indicators
(struct virtio_ccw_device *vcdev)
in indicators()
function
79
return &vcdev->dma_area->
indicators
;
in indicators()
216
/* Walk through
indicators
field, summary indicator active. */
in virtio_airq_handler()
225
/* Walk through
indicators
field, summary indicator not active. */
in virtio_airq_handler()
367
/* payload is the address of the
indicators
*/
in virtio_ccw_drop_indicator()
369
sizeof(
indicators
(vcdev)));
in virtio_ccw_drop_indicator()
374
ccw->count = sizeof(
indicators
(vcdev));
in virtio_ccw_drop_indicator()
377
/* Deregister
indicators
from host. */
in virtio_ccw_drop_indicator()
378
*
indicators
(vcde
in virtio_ccw_drop_indicator()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
rtas.c
627
} *
indicators
;
in rtas_indicator_present()
local
629
indicators
= of_get_property(rtas.dev, "rtas-
indicators
", &proplen);
in rtas_indicator_present()
630
if (!
indicators
)
in rtas_indicator_present()
636
if (__be32_to_cpu(
indicators
[i].token) != token)
in rtas_indicator_present()
639
*maxindex = __be32_to_cpu(
indicators
[i].maxindex);
in rtas_indicator_present()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
rtas.c
1458
} *
indicators
;
in rtas_indicator_present()
local
1460
indicators
= of_get_property(rtas.dev, "rtas-
indicators
", &proplen);
in rtas_indicator_present()
1461
if (!
indicators
)
in rtas_indicator_present()
1467
if (__be32_to_cpu(
indicators
[i].token) != token)
in rtas_indicator_present()
1470
*maxindex = __be32_to_cpu(
indicators
[i].maxindex);
in rtas_indicator_present()
Completed in 8 milliseconds