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:SMC_INIT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
af_smc.c
151
sk->sk_state !=
SMC_INIT
)
in __smc_release()
194
if (smc->connect_nonblock && old_state ==
SMC_INIT
)
in smc_release()
208
if (old_state ==
SMC_INIT
&& sk->sk_state == SMC_ACTIVE &&
in smc_release()
248
sk->sk_state =
SMC_INIT
;
in smc_sock_alloc()
294
if (sk->sk_state !=
SMC_INIT
|| smc->connect_nonblock)
in smc_bind()
558
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_fallback()
570
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_decline_fallback()
577
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_decline_fallback()
842
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_rdma()
921
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_ism()
[all...]
H
A
D
smc_close.c
130
if (sk->sk_state !=
SMC_INIT
&& smc->clcsock && smc->clcsock->sk) {
in smc_close_active_abort()
168
case
SMC_INIT
:
in smc_close_active_abort()
208
case
SMC_INIT
:
in smc_close_active()
313
case
SMC_INIT
:
in smc_close_passive_abort_received()
375
case
SMC_INIT
:
in smc_close_passive_work()
H
A
D
smc.h
44
SMC_INIT
= 2,
enumerator
H
A
D
smc_tx.c
155
if (sk->sk_state ==
SMC_INIT
)
in smc_tx_sendmsg()
H
A
D
smc_core.c
515
if (smc->sk.sk_state !=
SMC_INIT
&&
in smc_switch_cursor()
564
/* conn->lnk not yet set in
SMC_INIT
state */
in smc_switch_conns()
565
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_switch_conns()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_close.c
133
if (sk->sk_state !=
SMC_INIT
&& smc->clcsock && smc->clcsock->sk) {
in smc_close_active_abort()
171
case
SMC_INIT
:
in smc_close_active_abort()
211
case
SMC_INIT
:
in smc_close_active()
319
case
SMC_INIT
:
in smc_close_passive_abort_received()
381
case
SMC_INIT
:
in smc_close_passive_work()
H
A
D
af_smc.c
283
sk->sk_state !=
SMC_INIT
)
in __smc_release()
326
if (smc->connect_nonblock && old_state ==
SMC_INIT
)
in smc_release()
340
if (old_state ==
SMC_INIT
&& sk->sk_state == SMC_ACTIVE &&
in smc_release()
378
sk->sk_state =
SMC_INIT
;
in smc_sock_alloc()
426
if (sk->sk_state !=
SMC_INIT
|| smc->connect_nonblock)
in smc_bind()
952
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_fallback()
958
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_fallback()
972
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_decline_fallback()
980
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_decline_fallback()
1358
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_connect_rdma()
[all...]
H
A
D
smc.h
46
SMC_INIT
= 2,
enumerator
H
A
D
smc_tx.c
201
if (sk->sk_state ==
SMC_INIT
)
in smc_tx_sendmsg()
H
A
D
smc_core.c
1003
if (smc->sk.sk_state !=
SMC_INIT
&&
in smc_switch_cursor()
1064
/* conn->lnk not yet set in
SMC_INIT
state */
in smc_switch_conns()
1065
if (smc->sk.sk_state ==
SMC_INIT
)
in smc_switch_conns()
Completed in 16 milliseconds