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:ksft_fail
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
kselftest.h
61
unsigned int
ksft_fail
;
member
73
return ksft_cnt.ksft_pass + ksft_cnt.
ksft_fail
+
in ksft_test_num()
79
static inline void ksft_inc_fail_cnt(void) { ksft_cnt.
ksft_fail
++; }
in ksft_inc_fail_cnt()
86
static inline int ksft_get_fail_cnt(void) { return ksft_cnt.
ksft_fail
; }
in ksft_get_fail_cnt()
110
ksft_cnt.ksft_pass, ksft_cnt.
ksft_fail
,
in ksft_print_cnts()
146
ksft_cnt.
ksft_fail
++;
in ksft_test_result_fail()
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
kselftest.h
83
unsigned int
ksft_fail
;
member
95
return ksft_cnt.ksft_pass + ksft_cnt.
ksft_fail
+
in ksft_test_num()
101
static inline void ksft_inc_fail_cnt(void) { ksft_cnt.
ksft_fail
++; }
in ksft_inc_fail_cnt()
108
static inline int ksft_get_fail_cnt(void) { return ksft_cnt.
ksft_fail
; }
in ksft_get_fail_cnt()
141
ksft_cnt.ksft_pass, ksft_cnt.
ksft_fail
,
in ksft_print_cnts()
177
ksft_cnt.
ksft_fail
++;
in ksft_test_result_fail()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
xsk_prereqs.sh
6
ksft_fail
=1
18
test_exit $
ksft_fail
39
if [ $statusval -eq $
ksft_fail
]; then
H
A
D
test_xsk.sh
93
[ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $
ksft_fail
; }
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
H
A
D
gpio-mockup.sh
23
ksft_fail
=1
37
exit $
ksft_fail
74
exit $
ksft_fail
338
trap 'exit $
ksft_fail
' SIGTERM SIGINT
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H
A
D
clone3_set_tid.c
332
child_exit(ksft_cnt.
ksft_fail
);
in main()
382
ksft_cnt.ksft_pass += 6 - (ksft_cnt.
ksft_fail
- WEXITSTATUS(status));
in main()
383
ksft_cnt.
ksft_fail
= WEXITSTATUS(status);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H
A
D
clone3_set_tid.c
332
child_exit(ksft_cnt.
ksft_fail
);
in main()
382
ksft_cnt.ksft_pass += 6 - (ksft_cnt.
ksft_fail
- WEXITSTATUS(status));
in main()
383
ksft_cnt.
ksft_fail
= WEXITSTATUS(status);
in main()
Completed in 4 milliseconds