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:MAX_ISC
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
isc.c
13
static unsigned int isc_refs[
MAX_ISC
+ 1];
29
if (isc >
MAX_ISC
) {
in isc_register()
59
if (isc >
MAX_ISC
|| isc_refs[isc] == 0) {
in isc_unregister()
H
A
D
airq.c
30
static struct hlist_head airq_lists[
MAX_ISC
+1];
44
if (!airq->handler || airq->isc >
MAX_ISC
)
in register_adapter_interrupt()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
isc.c
13
static unsigned int isc_refs[
MAX_ISC
+ 1];
29
if (isc >
MAX_ISC
) {
in isc_register()
59
if (isc >
MAX_ISC
|| isc_refs[isc] == 0) {
in isc_unregister()
H
A
D
airq.c
30
static struct hlist_head airq_lists[
MAX_ISC
+1];
44
if (!airq->handler || airq->isc >
MAX_ISC
)
in register_adapter_interrupt()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
isc.h
13
#define
MAX_ISC
7
macro
H
A
D
kvm_host.h
780
#define MAX_S390_IO_ADAPTERS ((
MAX_ISC
+ 1) * 8)
909
u32 ref_count[
MAX_ISC
+ 1];
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
isc.h
13
#define
MAX_ISC
7
macro
H
A
D
kvm_host.h
808
#define MAX_S390_IO_ADAPTERS ((
MAX_ISC
+ 1) * 8)
937
u32 ref_count[
MAX_ISC
+ 1];
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
interrupt.c
364
for (i = 0; i <=
MAX_ISC
; i++)
in disable_iscs()
1733
for (isc = 0; isc <=
MAX_ISC
&& !inti; isc++) {
in get_top_io_int()
2271
for (i = 0; i <=
MAX_ISC
; i++) {
in get_all_floating_irqs()
2582
if (req.isc >
MAX_ISC
)
in modify_ais_mode()
3215
if (gisc >
MAX_ISC
)
in kvm_s390_gisc_register()
3255
if (gisc >
MAX_ISC
)
in kvm_s390_gisc_unregister()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
interrupt.c
356
for (i = 0; i <=
MAX_ISC
; i++)
in disable_iscs()
1740
for (isc = 0; isc <=
MAX_ISC
&& !inti; isc++) {
in get_top_io_int()
2277
for (i = 0; i <=
MAX_ISC
; i++) {
in get_all_floating_irqs()
2588
if (req.isc >
MAX_ISC
)
in modify_ais_mode()
3266
if (gisc >
MAX_ISC
)
in kvm_s390_gisc_register()
3306
if (gisc >
MAX_ISC
)
in kvm_s390_gisc_unregister()
Completed in 19 milliseconds