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:test_cmd
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/
H
A
D
iommufd_utils.h
34
struct iommu_test_cmd
test_cmd
= { \
35
.size = sizeof(
test_cmd
), \
44
&
test_cmd
)); \
329
struct iommu_test_cmd
test_cmd
= {
in teardown_iommufd()
local
330
.size = sizeof(
test_cmd
),
in teardown_iommufd()
344
&
test_cmd
));
in teardown_iommufd()
H
A
D
iommufd.c
403
struct iommu_test_cmd
test_cmd
= {
in TEST_F()
local
404
.size = sizeof(
test_cmd
),
in TEST_F()
444
&
test_cmd
));
in TEST_F()
451
iovas[i] >
test_cmd
.add_reserved.start &&
in TEST_F()
453
test_cmd
.add_reserved.start +
in TEST_F()
454
test_cmd
.add_reserved.length);
in TEST_F()
490
struct iommu_test_cmd
test_cmd
= {
in TEST_F()
local
491
.size = sizeof(
test_cmd
),
in TEST_F()
510
test_cmd
.add_reserved.start = ranges[0].start + PAGE_SIZE;
in TEST_F()
511
test_cmd
in TEST_F()
556
struct iommu_
test_cmd
test_cmd
= {
TEST_F()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
run_vmtests.sh
110
for
test_cmd
in -u -U -a -b -L; do
120
$huge $
test_cmd
$write $share $num
Completed in 3 milliseconds