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:debugfs_stats
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/rsxx/
H
A
D
core.c
229
struct dentry *
debugfs_stats
;
in rsxx_debugfs_dev_new()
local
237
debugfs_stats
= debugfs_create_file("stats", 0444,
in rsxx_debugfs_dev_new()
240
if (IS_ERR_OR_NULL(
debugfs_stats
))
in rsxx_debugfs_dev_new()
259
debugfs_remove(
debugfs_stats
);
in rsxx_debugfs_dev_new()
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.h
437
struct dentry *
debugfs_stats
;
member
H
A
D
util.c
492
if (!iproc_priv.
debugfs_stats
)
in spu_setup_debugfs()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.h
435
struct dentry *
debugfs_stats
;
member
H
A
D
util.c
494
if (!iproc_priv.
debugfs_stats
)
in spu_setup_debugfs()
/kernel/linux/linux-5.10/drivers/ntb/
H
A
D
ntb_transport.c
180
struct dentry *
debugfs_stats
;
member
1225
qp->
debugfs_stats
= debugfs_create_file("stats", S_IRUSR,
in ntb_transport_init_queue()
1230
qp->
debugfs_stats
= NULL;
in ntb_transport_init_queue()
/kernel/linux/linux-6.6/drivers/ntb/
H
A
D
ntb_transport.c
180
struct dentry *
debugfs_stats
;
member
1223
qp->
debugfs_stats
= debugfs_create_file("stats", S_IRUSR,
in ntb_transport_init_queue()
1228
qp->
debugfs_stats
= NULL;
in ntb_transport_init_queue()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_bcm7271.c
925
DEFINE_SHOW_ATTRIBUTE(
debugfs_stats
);
variable
Completed in 13 milliseconds