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:test4_result
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
get_func_args_test.c
98
__u64
test4_result
= 0;
variable
106
test4_result
= cnt == 2;
in BPF_PROG()
110
test4_result
&= err == 0 && ((int) a == 1);
in BPF_PROG()
113
test4_result
&= err == 0 && ((int *) b == _b);
in BPF_PROG()
117
test4_result
&= err == -EINVAL;
in BPF_PROG()
121
test4_result
&= err == 0 && ret == 1234;
in BPF_PROG()
H
A
D
fentry_test.c
33
__u64
test4_result
= 0;
variable
37
test4_result
= a == (void *)7 && b == 8 && c == 9 && d == 10;
in BPF_PROG()
H
A
D
fexit_test.c
33
__u64
test4_result
= 0;
variable
37
test4_result
= a == (void *)7 && b == 8 && c == 9 && d == 10 &&
in BPF_PROG()
H
A
D
get_func_ip_test.c
56
__u64
test4_result
= 0;
variable
62
test4_result
= (const void *) addr == &bpf_fentry_test4;
in BPF_KRETPROBE()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
fentry_test.c
33
__u64
test4_result
= 0;
variable
37
test4_result
= a == (void *)7 && b == 8 && c == 9 && d == 10;
in BPF_PROG()
H
A
D
fexit_test.c
33
__u64
test4_result
= 0;
variable
37
test4_result
= a == (void *)7 && b == 8 && c == 9 && d == 10 &&
in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
get_func_args_test.c
40
ASSERT_EQ(skel->bss->
test4_result
, 1, "
test4_result
");
in test_get_func_args_test()
H
A
D
get_func_ip_test.c
45
ASSERT_EQ(skel->bss->
test4_result
, 1, "
test4_result
");
in test_function_entry()
Completed in 3 milliseconds