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:take_snapshot
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
devlink.sh
160
echo ""> $DEBUGFS_DIR/
take_snapshot
164
echo ""> $DEBUGFS_DIR/
take_snapshot
168
echo ""> $DEBUGFS_DIR/
take_snapshot
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
devlink.sh
161
echo ""> $DEBUGFS_DIR/
take_snapshot
165
echo ""> $DEBUGFS_DIR/
take_snapshot
169
echo ""> $DEBUGFS_DIR/
take_snapshot
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
netdevsim.h
189
struct dentry *
take_snapshot
;
member
H
A
D
dev.c
211
nsim_dev->
take_snapshot
= debugfs_create_file("
take_snapshot
",
in nsim_dev_debugfs_init()
1032
nsim_dev->
take_snapshot
= debugfs_create_file("
take_snapshot
",
in nsim_dev_reload_create()
1152
debugfs_remove(nsim_dev->
take_snapshot
);
in nsim_dev_reload_destroy()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
1225
qp->buf_pool.
take_snapshot
= 0;
in __qla_adjust_buf()
1253
if (qp->buf_pool.
take_snapshot
)
in qla_put_buf()
1283
if (qp->buf_pool.
take_snapshot
) {
in qla_adjust_buf()
1289
qp->buf_pool.
take_snapshot
= 1;
in qla_adjust_buf()
H
A
D
qla_def.h
3792
uint32_t
take_snapshot
:1;
member
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
netdevsim.h
284
struct dentry *
take_snapshot
;
member
H
A
D
dev.c
321
nsim_dev->
take_snapshot
= debugfs_create_file("
take_snapshot
",
in nsim_dev_debugfs_init()
1502
nsim_dev->
take_snapshot
= debugfs_create_file("
take_snapshot
",
in nsim_dev_reload_create()
1650
debugfs_remove(nsim_dev->
take_snapshot
);
in nsim_dev_reload_destroy()
Completed in 23 milliseconds