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:SC_MAX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
pio.h
55
#define
SC_MAX
4 /* count of send context types */
macro
H
A
D
pio.c
152
static struct sc_config_sizes sc_config_sizes[
SC_MAX
] = {
204
static const char *sc_type_names[
SC_MAX
] = {
213
if (index < 0 || index >=
SC_MAX
)
in sc_type_name()
319
for (i = 0; i <
SC_MAX
; i++) {
in init_sc_pools_and_sizes()
419
for (i = 0; i <
SC_MAX
; i++) {
in init_sc_pools_and_sizes()
472
for (i = 0; i <
SC_MAX
; i++) {
in init_send_contexts()
H
A
D
hfi.h
1148
struct sc_config_sizes sc_sizes[
SC_MAX
];
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pio.h
13
#define
SC_MAX
4 /* count of send context types */
macro
H
A
D
pio.c
110
static struct sc_config_sizes sc_config_sizes[
SC_MAX
] = {
162
static const char *sc_type_names[
SC_MAX
] = {
171
if (index < 0 || index >=
SC_MAX
)
in sc_type_name()
277
for (i = 0; i <
SC_MAX
; i++) {
in init_sc_pools_and_sizes()
377
for (i = 0; i <
SC_MAX
; i++) {
in init_sc_pools_and_sizes()
430
for (i = 0; i <
SC_MAX
; i++) {
in init_send_contexts()
H
A
D
hfi.h
1098
struct sc_config_sizes sc_sizes[
SC_MAX
];
Completed in 31 milliseconds