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_CHPID
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
chpid.h
13
#define
__MAX_CHPID
255
macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
chpid.h
13
#define
__MAX_CHPID
255
macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
chpid.h
35
if (chpid->id <
__MAX_CHPID
)
in chp_id_next()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
chpid.h
35
if (chpid->id <
__MAX_CHPID
)
in chp_id_next()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
css.h
121
struct channel_path *chps[
__MAX_CHPID
+ 1];
H
A
D
chsc.c
480
for (num = 0; num <=
__MAX_CHPID
; num++) {
in chsc_process_sei_chp_avail()
516
for (num = 0; num <=
__MAX_CHPID
; num++) {
in chsc_process_sei_chp_config()
781
for (i = 0; i <=
__MAX_CHPID
; i++) {
in chsc_remove_cmg_attr()
794
for (i = 0; i <=
__MAX_CHPID
; i++) {
in chsc_add_cmg_attr()
H
A
D
chp.c
40
static enum cfg_task_t chp_cfg_task[__MAX_CSSID + 1][
__MAX_CHPID
+ 1];
628
return id.id + id.cssid * (
__MAX_CHPID
+ 1);
in info_bit_num()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
css.h
119
struct channel_path *chps[
__MAX_CHPID
+ 1];
H
A
D
chsc.c
494
for (num = 0; num <=
__MAX_CHPID
; num++) {
in chsc_process_sei_chp_avail()
530
for (num = 0; num <=
__MAX_CHPID
; num++) {
in chsc_process_sei_chp_config()
825
for (i = 0; i <=
__MAX_CHPID
; i++) {
in chsc_remove_cmg_attr()
838
for (i = 0; i <=
__MAX_CHPID
; i++) {
in chsc_add_cmg_attr()
H
A
D
chp.c
40
static enum cfg_task_t chp_cfg_task[__MAX_CSSID + 1][
__MAX_CHPID
+ 1];
643
return id.id + id.cssid * (
__MAX_CHPID
+ 1);
in info_bit_num()
Completed in 9 milliseconds