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:total_ops
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-debugfs.c
108
unsigned long
total_ops
= 0;
in ccp5_debugfs_stats_read()
local
117
total_ops
+= cmd_q->
total_ops
;
in ccp5_debugfs_stats_read()
134
total_ops
);
in ccp5_debugfs_stats_read()
160
cmd_q->
total_ops
= 0L;
in ccp5_debugfs_reset_queue_stats()
208
cmd_q->
total_ops
);
in ccp5_debugfs_queue_read()
H
A
D
ccp-dev.h
329
unsigned long
total_ops
;
member
H
A
D
ccp-dev-v5.c
230
cmd_q->
total_ops
++;
in ccp5_do_cmd()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-debugfs.c
108
unsigned long
total_ops
= 0;
in ccp5_debugfs_stats_read()
local
117
total_ops
+= cmd_q->
total_ops
;
in ccp5_debugfs_stats_read()
134
total_ops
);
in ccp5_debugfs_stats_read()
160
cmd_q->
total_ops
= 0L;
in ccp5_debugfs_reset_queue_stats()
208
cmd_q->
total_ops
);
in ccp5_debugfs_queue_read()
H
A
D
ccp-dev.h
329
unsigned long
total_ops
;
member
H
A
D
ccp-dev-v5.c
230
cmd_q->
total_ops
++;
in ccp5_do_cmd()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bench.c
51
long total_hits = 0, total_drops = 0, total_false_hits = 0,
total_ops
= 0;
in false_hits_report_final()
local
59
total_ops
= total_hits + total_false_hits + total_drops;
in false_hits_report_final()
62
total_false_hits,
total_ops
);
in false_hits_report_final()
64
((float)total_false_hits /
total_ops
) * 100);
in false_hits_report_final()
125
double
total_ops
;
in hits_drops_report_final()
local
141
total_ops
= res[i].hits + res[i].drops;
in hits_drops_report_final()
142
total_ops_stddev += (total_ops_mean -
total_ops
/ 1000000.0) *
in hits_drops_report_final()
143
(total_ops_mean -
total_ops
/ 1000000.0) /
in hits_drops_report_final()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
metric.h
131
__le64
total_ops
;
member
138
__le64
total_ops
;
member
H
A
D
metric.c
160
rsize->
total_ops
= cpu_to_le64(m->metric[METRIC_READ].total);
in ceph_mdsc_send_metrics()
170
wsize->
total_ops
= cpu_to_le64(m->metric[METRIC_WRITE].total);
in ceph_mdsc_send_metrics()
Completed in 10 milliseconds