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:iucv_max_pathid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/iucv/
H
A
D
iucv.c
162
static unsigned long
iucv_max_pathid
;
variable
348
iucv_max_pathid
= max_pathid;
in iucv_query_maxconn()
545
alloc_size =
iucv_max_pathid
* sizeof(struct iucv_path);
in iucv_enable()
790
for (i = 0; i <
iucv_max_pathid
; i++) {
in iucv_reboot_event()
896
if (parm->ctrl.ippathid <
iucv_max_pathid
) {
in iucv_path_connect()
1762
if (p->ippathid >=
iucv_max_pathid
) {
in iucv_external_interrupt()
1763
WARN_ON(p->ippathid >=
iucv_max_pathid
);
in iucv_external_interrupt()
/kernel/linux/linux-6.6/net/iucv/
H
A
D
iucv.c
162
static unsigned long
iucv_max_pathid
;
variable
350
iucv_max_pathid
= max_pathid;
in iucv_query_maxconn()
547
alloc_size =
iucv_max_pathid
* sizeof(*iucv_path_table);
in iucv_enable()
792
for (i = 0; i <
iucv_max_pathid
; i++) {
in iucv_reboot_event()
898
if (parm->ctrl.ippathid <
iucv_max_pathid
) {
in iucv_path_connect()
1766
if (p->ippathid >=
iucv_max_pathid
) {
in iucv_external_interrupt()
1767
WARN_ON(p->ippathid >=
iucv_max_pathid
);
in iucv_external_interrupt()
Completed in 8 milliseconds