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_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/common/siano/
H
A
D
smsdvb-debugfs.c
28
unsigned
stats_count
;
member
41
if (debug_data->
stats_count
) {
in smsdvb_print_dvb_stats()
91
debug_data->
stats_count
= n;
in smsdvb_print_dvb_stats()
103
if (debug_data->
stats_count
) {
in smsdvb_print_isdb_stats()
155
debug_data->
stats_count
= n;
in smsdvb_print_isdb_stats()
167
if (debug_data->
stats_count
) {
in smsdvb_print_isdb_stats_ex()
221
debug_data->
stats_count
= n;
in smsdvb_print_isdb_stats_ex()
235
debug_data->
stats_count
= 0;
in smsdvb_stats_open()
261
rc = debug_data->
stats_count
;
in smsdvb_stats_wait_read()
309
len = debug_data->
stats_count
in smsdvb_stats_read()
[all...]
/kernel/linux/linux-5.10/drivers/media/common/siano/
H
A
D
smsdvb-debugfs.c
28
unsigned
stats_count
;
member
41
if (debug_data->
stats_count
) {
in smsdvb_print_dvb_stats()
132
debug_data->
stats_count
= n;
in smsdvb_print_dvb_stats()
144
if (debug_data->
stats_count
) {
in smsdvb_print_isdb_stats()
225
debug_data->
stats_count
= n;
in smsdvb_print_isdb_stats()
237
if (debug_data->
stats_count
) {
in smsdvb_print_isdb_stats_ex()
321
debug_data->
stats_count
= n;
in smsdvb_print_isdb_stats_ex()
335
debug_data->
stats_count
= 0;
in smsdvb_stats_open()
361
rc = debug_data->
stats_count
;
in smsdvb_stats_wait_read()
409
len = debug_data->
stats_count
in smsdvb_stats_read()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef100_nic.c
549
size_t
stats_count
= 0, index;
in ef100_update_stats_common()
local
558
++
stats_count
;
in ef100_update_stats_common()
564
return
stats_count
;
in ef100_update_stats_common()
585
return
stats_count
;
in ef100_update_stats_common()
H
A
D
ef10.c
1769
size_t
stats_count
= 0, index;
in efx_ef10_update_stats_common()
local
1777
++
stats_count
;
in efx_ef10_update_stats_common()
1783
return
stats_count
;
in efx_ef10_update_stats_common()
1829
return
stats_count
;
in efx_ef10_update_stats_common()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef100_nic.c
600
size_t
stats_count
= 0, index;
in ef100_update_stats_common()
local
609
++
stats_count
;
in ef100_update_stats_common()
615
return
stats_count
;
in ef100_update_stats_common()
636
return
stats_count
;
in ef100_update_stats_common()
H
A
D
ef10.c
1785
size_t
stats_count
= 0, index;
in efx_ef10_update_stats_common()
local
1793
++
stats_count
;
in efx_ef10_update_stats_common()
1799
return
stats_count
;
in efx_ef10_update_stats_common()
1845
return
stats_count
;
in efx_ef10_update_stats_common()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
1877
u8
stats_count
= 0;
in bnx2x_iov_adjust_stats_req()
local
1951
stats_count
++;
in bnx2x_iov_adjust_stats_req()
1958
bp->fw_stats_req->hdr.cmd_num = bp->fw_stats_num +
stats_count
;
in bnx2x_iov_adjust_stats_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.c
1875
u8
stats_count
= 0;
in bnx2x_iov_adjust_stats_req()
local
1944
stats_count
++;
in bnx2x_iov_adjust_stats_req()
1951
bp->fw_stats_req->hdr.cmd_num = bp->fw_stats_num +
stats_count
;
in bnx2x_iov_adjust_stats_req()
Completed in 22 milliseconds