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_link_usable
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_core.h
355
static inline bool
smc_link_usable
(struct smc_link *lnk)
in smc_link_usable()
function
364
return
smc_link_usable
(lnk) &&
in smc_link_sendable()
H
A
D
smc_llc.h
58
if (
smc_link_usable
(&lgr->lnk[i]))
in smc_llc_usable_link()
H
A
D
smc_llc.c
301
(lnk && !
smc_link_usable
(lnk)) ||
in smc_llc_wait()
305
(lnk && !
smc_link_usable
(lnk)) || list_empty(&lgr->list)) {
in smc_llc_wait()
1012
if (!
smc_link_usable
(&lgr->lnk[i]) ||
in smc_llc_find_asym_link()
1013
!
smc_link_usable
(&lgr->lnk[j]))
in smc_llc_find_asym_link()
1027
if (!
smc_link_usable
(&lgr->lnk[k]))
in smc_llc_find_asym_link()
1546
if (!
smc_link_usable
(link))
in smc_llc_event_handler()
1641
if (
smc_link_usable
(qentry->link))
in smc_llc_event_work()
H
A
D
smc_core.c
294
if (
smc_link_usable
(&lgr->lnk[i]) &&
in smcr_next_link_id()
1050
if (
smc_link_usable
(&lgr->lnk[i]))
in smcr_lgr_set_type()
1193
if (
smc_link_usable
(lnk) &&
in smcr_port_err()
1596
if (!
smc_link_usable
(lnk))
in smcr_buf_map_usable_links()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_llc.h
68
if (
smc_link_usable
(&lgr->lnk[i]))
in smc_llc_usable_link()
H
A
D
smc_core.h
472
static inline bool
smc_link_usable
(struct smc_link *lnk)
in smc_link_usable()
function
484
* RESET or RTR when the link state is ACTIVATING, checks in
smc_link_usable
()
486
* messages, use smc_link_sendable(), otherwise, use
smc_link_usable
() instead
490
return
smc_link_usable
(lnk) &&
in smc_link_sendable()
H
A
D
smc_llc.c
345
(lnk && !
smc_link_usable
(lnk)) ||
in smc_llc_wait()
349
(lnk && !
smc_link_usable
(lnk)) || list_empty(&lgr->list)) {
in smc_llc_wait()
1251
if (!
smc_link_usable
(&lgr->lnk[i]) ||
in smc_llc_find_asym_link()
1252
!
smc_link_usable
(&lgr->lnk[j]))
in smc_llc_find_asym_link()
1266
if (!
smc_link_usable
(&lgr->lnk[k]))
in smc_llc_find_asym_link()
1872
if (!
smc_link_usable
(link))
in smc_llc_event_handler()
1994
if (
smc_link_usable
(qentry->link))
in smc_llc_event_work()
H
A
D
smc_core.c
465
if (!
smc_link_usable
(&lgr->lnk[i]))
in smc_nl_handle_lgr()
726
if (
smc_link_usable
(&lgr->lnk[i]) &&
in smcr_next_link_id()
1611
if (
smc_link_usable
(&lgr->lnk[i]))
in smcr_lgr_set_type()
1762
if (
smc_link_usable
(lnk) &&
in smcr_port_err()
2268
if (!
smc_link_usable
(lnk))
in smcr_buf_map_usable_links()
Completed in 15 milliseconds