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_stats
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_stats.h
84
struct
smc_stats
{
struct
112
struct
smc_stats
__percpu *_smc_stats = _net->smc.
smc_stats
; \
127
struct
smc_stats
__percpu *_smc_stats = _net->smc.
smc_stats
; \
158
struct
smc_stats
__percpu *_smc_stats = _net->smc.
smc_stats
; \
176
struct
smc_stats
__percpu *_smc_stats = net->smc.
smc_stats
; \
222
struct
smc_stats
__percp
[all...]
H
A
D
smc_stats.c
19
#include "
smc_stats
.h"
26
net->smc.
smc_stats
= alloc_percpu(struct
smc_stats
);
in smc_stats_init()
27
if (!net->smc.
smc_stats
)
in smc_stats_init()
41
if (net->smc.
smc_stats
)
in smc_stats_exit()
42
free_percpu(net->smc.
smc_stats
);
in smc_stats_exit()
46
struct
smc_stats
*stats, int tech,
in smc_nl_fill_stats_rmb_data()
99
struct
smc_stats
*stats, int tech,
in smc_nl_fill_stats_bufsize_data()
166
struct
smc_stats
*stats, int tech)
in smc_nl_fill_stats_tech_data()
264
struct
smc_stats
*stat
in smc_nl_get_stats()
[all...]
H
A
D
Makefile
6
smc-y += smc_cdc.o smc_tx.o smc_rx.o smc_close.o smc_ism.o smc_netlink.o
smc_stats
.o
H
A
D
af_smc.c
53
#include "
smc_stats
.h"
951
this_cpu_inc(net->smc.
smc_stats
->clnt_hshake_err_cnt);
in smc_connect_fallback()
971
this_cpu_inc(net->smc.
smc_stats
->clnt_hshake_err_cnt);
in smc_connect_decline_fallback()
979
this_cpu_inc(net->smc.
smc_stats
->clnt_hshake_err_cnt);
in smc_connect_decline_fallback()
1946
this_cpu_inc(net->smc.
smc_stats
->srv_hshake_err_cnt);
in smc_listen_out_err()
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
smc.h
8
struct
smc_stats
;
11
struct
smc_stats
__percpu *
smc_stats
;
member
Completed in 6 milliseconds