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_llc_flow
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_llc.h
92
void smc_llc_flow_stop(struct smc_link_group *lgr, struct
smc_llc_flow
*flow);
100
struct smc_llc_qentry *smc_llc_flow_qentry_clr(struct
smc_llc_flow
*flow);
101
void smc_llc_flow_qentry_del(struct
smc_llc_flow
*flow);
H
A
D
smc_core.h
210
struct
smc_llc_flow
{
struct
273
struct
smc_llc_flow
llc_flow_lcl;
275
struct
smc_llc_flow
llc_flow_rmt;
H
A
D
smc_llc.c
164
struct smc_llc_qentry *smc_llc_flow_qentry_clr(struct
smc_llc_flow
*flow)
in smc_llc_flow_qentry_clr()
172
void smc_llc_flow_qentry_del(struct
smc_llc_flow
*flow)
in smc_llc_flow_qentry_del()
183
static inline void smc_llc_flow_qentry_set(struct
smc_llc_flow
*flow,
in smc_llc_flow_qentry_set()
210
static bool smc_llc_flow_start(struct
smc_llc_flow
*flow,
in smc_llc_flow_start()
276
void smc_llc_flow_stop(struct smc_link_group *lgr, struct
smc_llc_flow
*flow)
in smc_llc_flow_stop()
296
struct
smc_llc_flow
*flow = &lgr->llc_flow_lcl;
in smc_llc_wait()
1665
struct
smc_llc_flow
*flow = &link->lgr->llc_flow_lcl;
in smc_llc_rx_response()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_llc.h
102
void smc_llc_flow_stop(struct smc_link_group *lgr, struct
smc_llc_flow
*flow);
110
struct smc_llc_qentry *smc_llc_flow_qentry_clr(struct
smc_llc_flow
*flow);
111
void smc_llc_flow_qentry_del(struct
smc_llc_flow
*flow);
H
A
D
smc_core.h
266
struct
smc_llc_flow
{
struct
335
struct
smc_llc_flow
llc_flow_lcl;
337
struct
smc_llc_flow
llc_flow_rmt;
H
A
D
smc_llc.c
207
struct smc_llc_qentry *smc_llc_flow_qentry_clr(struct
smc_llc_flow
*flow)
in smc_llc_flow_qentry_clr()
215
void smc_llc_flow_qentry_del(struct
smc_llc_flow
*flow)
in smc_llc_flow_qentry_del()
226
static inline void smc_llc_flow_qentry_set(struct
smc_llc_flow
*flow,
in smc_llc_flow_qentry_set()
254
static bool smc_llc_flow_start(struct
smc_llc_flow
*flow,
in smc_llc_flow_start()
320
void smc_llc_flow_stop(struct smc_link_group *lgr, struct
smc_llc_flow
*flow)
in smc_llc_flow_stop()
340
struct
smc_llc_flow
*flow = &lgr->llc_flow_lcl;
in smc_llc_wait()
2018
struct
smc_llc_flow
*flow = &link->lgr->llc_flow_lcl;
in smc_llc_rx_response()
Completed in 10 milliseconds