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_end
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-client-ipc-flood-test.c
68
ktime_t start, end,
test_end
;
in sof_debug_ipc_flood_test()
local
81
test_end
= ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC;
in sof_debug_ipc_flood_test()
103
if (ktime_to_ns(end) >=
test_end
)
in sof_debug_ipc_flood_test()
/kernel/linux/linux-5.10/tools/testing/kunit/
H
A
D
kunit.py
98
test_end
= time.time()
102
test_end
- test_start)
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_private_mrp.h
33
unsigned long
test_end
;
member
H
A
D
br_mrp.c
253
if (time_before_eq(mrp->
test_end
, jiffies))
in br_mrp_test_work_expired()
672
mrp->
test_end
= jiffies + usecs_to_jiffies(test->period);
in br_mrp_start_test()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
debug.c
249
ktime_t start, end,
test_end
;
in sof_debug_ipc_flood_test()
local
262
test_end
= ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC;
in sof_debug_ipc_flood_test()
285
if (ktime_to_ns(end) >=
test_end
)
in sof_debug_ipc_flood_test()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_private_mrp.h
35
unsigned long
test_end
;
member
H
A
D
br_mrp.c
287
if (time_before_eq(mrp->
test_end
, jiffies))
in br_mrp_test_work_expired()
724
mrp->
test_end
= jiffies + usecs_to_jiffies(test->period);
in br_mrp_start_test()
/kernel/linux/linux-6.6/tools/testing/kunit/
H
A
D
kunit.py
200
test_end
= time.time()
201
exec_time +=
test_end
- test_start
Completed in 7 milliseconds