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:stats_reset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/can/
H
A
D
proc.c
91
rcv_lists_stats->
stats_reset
++;
in can_init_stats()
262
if (rcv_lists_stats->
stats_reset
)
in can_stats_proc_show()
264
rcv_lists_stats->
stats_reset
);
in can_stats_proc_show()
284
rcv_lists_stats->
stats_reset
+ 1);
in can_reset_stats_proc_show()
290
rcv_lists_stats->
stats_reset
);
in can_reset_stats_proc_show()
H
A
D
af_can.h
92
unsigned long
stats_reset
;
member
/kernel/linux/linux-6.6/net/can/
H
A
D
proc.c
91
rcv_lists_stats->
stats_reset
++;
in can_init_stats()
260
if (rcv_lists_stats->
stats_reset
)
in can_stats_proc_show()
262
rcv_lists_stats->
stats_reset
);
in can_stats_proc_show()
282
rcv_lists_stats->
stats_reset
+ 1);
in can_reset_stats_proc_show()
288
rcv_lists_stats->
stats_reset
);
in can_reset_stats_proc_show()
H
A
D
af_can.h
92
unsigned long
stats_reset
;
member
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_scsi.c
635
if (adapter->
stats_reset
&&
in zfcp_scsi_get_fc_host_stats()
636
((jiffies/HZ - adapter->
stats_reset
) <
in zfcp_scsi_get_fc_host_stats()
662
adapter->
stats_reset
= jiffies/HZ;
in zfcp_scsi_reset_fc_host_stats()
H
A
D
zfcp_def.h
195
unsigned long
stats_reset
;
member
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_scsi.c
635
if (adapter->
stats_reset
&&
in zfcp_scsi_get_fc_host_stats()
636
((jiffies/HZ - adapter->
stats_reset
) <
in zfcp_scsi_get_fc_host_stats()
662
adapter->
stats_reset
= jiffies/HZ;
in zfcp_scsi_reset_fc_host_stats()
H
A
D
zfcp_def.h
194
unsigned long
stats_reset
;
member
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-policy-smq.c
533
static void
stats_reset
(struct stats *s)
in stats_reset()
function
1105
stats_reset
(&mq->hotspot_stats);
in end_hotspot_period()
1117
stats_reset
(&mq->cache_stats);
in end_cache_period()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-policy-smq.c
535
static void
stats_reset
(struct stats *s)
in stats_reset()
function
1110
stats_reset
(&mq->hotspot_stats);
in end_hotspot_period()
1122
stats_reset
(&mq->cache_stats);
in end_cache_period()
Completed in 13 milliseconds