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:dsci
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
qdio_thinint.c
87
return irq_ptr->
dsci
== &q_indicators[TIQDIO_SHARED_IND].ind;
in references_shared_dsci()
96
if (*irq_ptr->
dsci
)
in test_nonshared_ind()
115
xchg(irq->
dsci
, 0);
in tiqdio_call_inq_handlers()
156
} else if (!*irq->
dsci
)
in tiqdio_thinint_handler()
182
subchannel_indicator_addr = virt_to_phys(irq_ptr->
dsci
);
in set_subchannel_ind()
207
irq_ptr->
dsci
= get_indicator();
in qdio_establish_thinint()
208
DBF_HEX(&irq_ptr->
dsci
, sizeof(void *));
in qdio_establish_thinint()
212
put_indicator(irq_ptr->
dsci
);
in qdio_establish_thinint()
224
put_indicator(irq_ptr->
dsci
);
in qdio_shutdown_thinint()
H
A
D
qdio.h
254
u32 *
dsci
; /* address of device state change indicator */
member
H
A
D
qdio_debug.c
116
*(u8 *)q->irq_ptr->
dsci
,
in qstat_show()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
qdio_thinint.c
72
return irq_ptr->
dsci
== &q_indicators[TIQDIO_SHARED_IND].ind;
in references_shared_dsci()
81
if (*irq_ptr->
dsci
)
in test_nonshared_ind()
118
if (!*irq->
dsci
)
in tiqdio_thinint_handler()
121
xchg(irq->
dsci
, 0);
in tiqdio_thinint_handler()
148
subchannel_indicator_addr = virt_to_phys(irq_ptr->
dsci
);
in set_subchannel_ind()
173
irq_ptr->
dsci
= get_indicator();
in qdio_establish_thinint()
174
DBF_HEX(&irq_ptr->
dsci
, sizeof(void *));
in qdio_establish_thinint()
178
put_indicator(irq_ptr->
dsci
);
in qdio_establish_thinint()
200
put_indicator(irq_ptr->
dsci
);
in qdio_shutdown_thinint()
H
A
D
qdio.h
223
u32 *
dsci
; /* address of device state change indicator */
member
H
A
D
qdio_debug.c
117
*(u8 *)q->irq_ptr->
dsci
,
in qstat_show()
Completed in 4 milliseconds