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:smcr_indicated
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.h
266
static inline bool
smcr_indicated
(int smc_type)
in smcr_indicated()
function
H
A
D
af_smc.c
706
if (!
smcr_indicated
(ini->smc_type_v1) &&
in smc_find_proposal_devices()
938
!
smcr_indicated
(ini->smc_type_v1)) ||
in smc_connect_check_aclc()
1616
if (!
smcr_indicated
(ini->smc_type_v1))
in smc_find_rdma_v1_device_serv()
H
A
D
smc_clc.c
535
if (
smcr_indicated
(ini->smc_type_v1)) {
in smc_clc_send_proposal()
/kernel/linux/linux-6.6/net/smc/
H
A
D
af_smc.c
1477
!
smcr_indicated
(ini->smc_type_v2)) ||
in smc_connect_check_aclc()
1483
!
smcr_indicated
(ini->smc_type_v1)) ||
in smc_connect_check_aclc()
1987
ini->smcr_version =
smcr_indicated
(ini->smc_type_v1) ? SMC_V1 : 0;
in smc_listen_v2_check()
1991
if (
smcr_indicated
(ini->smc_type_v2))
in smc_listen_v2_check()
2258
if (!(ini->smcr_version & SMC_V2) || !
smcr_indicated
(ini->smc_type_v2))
in smc_find_rdma_v2_device_serv()
2306
if (!(ini->smcr_version & SMC_V1) || !
smcr_indicated
(ini->smc_type_v1))
in smc_find_rdma_v1_device_serv()
2351
if (!
smcr_indicated
(pclc->hdr.typev1) &&
in smc_listen_find_device()
2352
!
smcr_indicated
(pclc->hdr.typev2))
in smc_listen_find_device()
H
A
D
smc_clc.h
328
static inline bool
smcr_indicated
(int smc_type)
in smcr_indicated()
function
H
A
D
smc_clc.c
885
if (
smcr_indicated
(ini->smc_type_v1)) {
in smc_clc_send_proposal()
954
if (
smcr_indicated
(ini->smc_type_v2)) {
in smc_clc_send_proposal()
Completed in 12 milliseconds