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_LINKS
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H
A
D
icc-rpmh.h
44
#define
MAX_LINKS
128
macro
64
u16 links[
MAX_LINKS
];
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H
A
D
icc-rpmh.h
44
#define
MAX_LINKS
128
macro
64
u16 links[
MAX_LINKS
];
/kernel/linux/linux-5.10/net/netlink/
H
A
D
diag.c
196
for (i = cb->args[1]; i <
MAX_LINKS
; i++) {
in netlink_diag_dump()
204
if (req->sdiag_protocol >=
MAX_LINKS
)
in netlink_diag_dump()
H
A
D
af_netlink.c
91
static struct lock_class_key nlk_cb_mutex_keys[
MAX_LINKS
];
93
static const char *const nlk_cb_mutex_key_strings[
MAX_LINKS
+ 1] = {
126
"nlk_cb_mutex-
MAX_LINKS
"
677
if (protocol < 0 || protocol >=
MAX_LINKS
)
in netlink_create()
679
protocol = array_index_nospec(protocol,
MAX_LINKS
);
in netlink_create()
2035
if (unit < 0 || unit >=
MAX_LINKS
)
in __netlink_kernel_create()
2596
if (++iter->link >=
MAX_LINKS
)
in __netlink_seq_next()
2633
if (iter->link >=
MAX_LINKS
)
in netlink_native_seq_stop()
2879
nl_table = kcalloc(
MAX_LINKS
, sizeof(*nl_table), GFP_KERNEL);
in netlink_proto_init()
2883
for (i = 0; i <
MAX_LINKS
;
in netlink_proto_init()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H
A
D
diag.c
196
for (i = cb->args[1]; i <
MAX_LINKS
; i++) {
in netlink_diag_dump()
204
if (req->sdiag_protocol >=
MAX_LINKS
)
in netlink_diag_dump()
H
A
D
af_netlink.c
95
static struct lock_class_key nlk_cb_mutex_keys[
MAX_LINKS
];
97
static const char *const nlk_cb_mutex_key_strings[
MAX_LINKS
+ 1] = {
130
"nlk_cb_mutex-
MAX_LINKS
"
686
if (protocol < 0 || protocol >=
MAX_LINKS
)
in netlink_create()
688
protocol = array_index_nospec(protocol,
MAX_LINKS
);
in netlink_create()
2029
if (unit < 0 || unit >=
MAX_LINKS
)
in __netlink_kernel_create()
2644
if (++iter->link >=
MAX_LINKS
)
in __netlink_seq_next()
2681
if (iter->link >=
MAX_LINKS
)
in netlink_native_seq_stop()
2926
nl_table = kcalloc(
MAX_LINKS
, sizeof(*nl_table), GFP_KERNEL);
in netlink_proto_init()
2930
for (i = 0; i <
MAX_LINKS
;
in netlink_proto_init()
[all...]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
netlink.h
35
#define
MAX_LINKS
32
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
netlink.h
35
#define
MAX_LINKS
32
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
netlink.h
34
#define
MAX_LINKS
32
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
netlink.h
35
#define
MAX_LINKS
32
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
netlink.h
35
#define
MAX_LINKS
32
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
netlink.h
47
#define
MAX_LINKS
32
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
netlink.h
47
#define
MAX_LINKS
32
macro
Completed in 15 milliseconds