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:s_server_statis
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
socket_adapter.h
101
sbi->
s_server_statis
[cmd].cnt++;
in hmdfs_statistic()
102
sbi->
s_server_statis
[cmd].total += jiff;
in hmdfs_statistic()
103
if (jiff > sbi->
s_server_statis
[cmd].max)
in hmdfs_statistic()
104
sbi->
s_server_statis
[cmd].max = jiff;
in hmdfs_statistic()
112
ret ? sbi->
s_server_statis
[cmd].snd_fail_cnt++ :
in hmdfs_server_snd_statis()
113
sbi->
s_server_statis
[cmd].snd_cnt++;
in hmdfs_server_snd_statis()
H
A
D
device_node.c
361
struct server_statistic *stat = to_sbi(kobj)->
s_server_statis
;
in server_statistic_show()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
socket_adapter.h
101
sbi->
s_server_statis
[cmd].cnt++;
in hmdfs_statistic()
102
sbi->
s_server_statis
[cmd].total += jiff;
in hmdfs_statistic()
103
if (jiff > sbi->
s_server_statis
[cmd].max)
in hmdfs_statistic()
104
sbi->
s_server_statis
[cmd].max = jiff;
in hmdfs_statistic()
112
ret ? sbi->
s_server_statis
[cmd].snd_fail_cnt++ :
in hmdfs_server_snd_statis()
113
sbi->
s_server_statis
[cmd].snd_cnt++;
in hmdfs_server_snd_statis()
H
A
D
device_node.c
361
struct server_statistic *stat = to_sbi(kobj)->
s_server_statis
;
in server_statistic_show()
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
main.c
305
kfree(sbi->
s_server_statis
);
in hmdfs_put_super()
720
sbi->
s_server_statis
=
in hmdfs_init_sbi()
721
kzalloc(sizeof(*sbi->
s_server_statis
) * F_SIZE, GFP_KERNEL);
in hmdfs_init_sbi()
724
if (!sbi->
s_server_statis
|| !sbi->s_client_statis) {
in hmdfs_init_sbi()
997
kfree(sbi->
s_server_statis
);
in hmdfs_fill_super()
H
A
D
hmdfs.h
153
struct server_statistic *
s_server_statis
;
member
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
main.c
305
kfree(sbi->
s_server_statis
);
in hmdfs_put_super()
720
sbi->
s_server_statis
=
in hmdfs_init_sbi()
721
kzalloc(sizeof(*sbi->
s_server_statis
) * F_SIZE, GFP_KERNEL);
in hmdfs_init_sbi()
724
if (!sbi->
s_server_statis
|| !sbi->s_client_statis) {
in hmdfs_init_sbi()
998
kfree(sbi->
s_server_statis
);
in hmdfs_fill_super()
H
A
D
hmdfs.h
153
struct server_statistic *
s_server_statis
;
member
Completed in 11 milliseconds