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:ISM_NR_DMBS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ism.h
18
#define
ISM_NR_DMBS
1920
macro
187
u32 dmb_bits[
ISM_NR_DMBS
/ 32];
189
u16 dmbe_mask[
ISM_NR_DMBS
];
199
DECLARE_BITMAP(sba_bitmap,
ISM_NR_DMBS
);
H
A
D
ism_drv.c
233
bit = find_next_zero_bit(ism->sba_bitmap,
ISM_NR_DMBS
,
in ism_alloc_dmb()
235
if (bit ==
ISM_NR_DMBS
)
in ism_alloc_dmb()
567
ISM_NR_DMBS
);
in ism_probe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ism.h
27
#define
ISM_NR_DMBS
1920
macro
36
DECLARE_BITMAP(sba_bitmap,
ISM_NR_DMBS
);
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ism.h
187
u32 dmb_bits[
ISM_NR_DMBS
/ 32];
189
u16 dmbe_mask[
ISM_NR_DMBS
];
H
A
D
ism_drv.c
102
for (int i = 0; i <
ISM_NR_DMBS
; ++i) {
in ism_unregister_client()
306
bit = find_next_zero_bit(ism->sba_bitmap,
ISM_NR_DMBS
,
in ism_alloc_dmb()
308
if (bit ==
ISM_NR_DMBS
)
in ism_alloc_dmb()
539
ism->sba_client_arr = kzalloc(
ISM_NR_DMBS
, GFP_KERNEL);
in ism_dev_init()
542
memset(ism->sba_client_arr, NO_CLIENT,
ISM_NR_DMBS
);
in ism_dev_init()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_ism.c
419
ISM_NR_DMBS
);
in smcd_register_dev()
Completed in 6 milliseconds