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_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
xdp_bpf2bpf.c
18
struct test_ctx_s
test_ctx
;
variable
66
test_ctx
.passed = false;
in run_xdp_bpf2bpf_pkt_size()
67
test_ctx
.pkt_size = pkt_size;
in run_xdp_bpf2bpf_pkt_size()
93
ASSERT_TRUE(
test_ctx
.passed, "test passed");
in run_xdp_bpf2bpf_pkt_size()
150
on_sample, NULL, &
test_ctx
, NULL);
in test_xdp_bpf2bpf()
/kernel/linux/linux-6.6/drivers/fpga/tests/
H
A
D
fpga-region-test.c
27
struct
test_ctx
{
struct
91
struct
test_ctx
*ctx = test->priv;
in fpga_region_test_class_find()
106
struct
test_ctx
*ctx = test->priv;
in fpga_region_test_program_fpga()
145
struct
test_ctx
*ctx;
in fpga_region_test_init()
186
struct
test_ctx
*ctx = test->priv;
in fpga_region_test_exit()
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
test_lwt_bpf.sh
141
test_start "
test_ctx
on lwt xmit"
142
install_test xmit
test_ctx
144
failure "
test_ctx
xmit: packets are dropped"
157
test_start "
test_ctx
on lwt out"
158
install_test out
test_ctx
160
failure "
test_ctx
out: packets are dropped"
173
test_start "
test_ctx
on lwt in"
174
install_test in
test_ctx
176
failure "
test_ctx
out: packets are dropped"
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
test_lwt_bpf.sh
144
test_start "
test_ctx
on lwt xmit"
145
install_test xmit
test_ctx
147
failure "
test_ctx
xmit: packets are dropped"
160
test_start "
test_ctx
on lwt out"
161
install_test out
test_ctx
163
failure "
test_ctx
out: packets are dropped"
176
test_start "
test_ctx
on lwt in"
177
install_test in
test_ctx
179
failure "
test_ctx
out: packets are dropped"
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_base.c
2188
struct nand_op_parser_ctx
test_ctx
= ctx;
in nand_op_parser_exec_op()
local
2191
if (!nand_op_parser_match_pat(pattern, &
test_ctx
))
in nand_op_parser_exec_op()
2195
nand_op_parser_cmp_ctx(&
test_ctx
, &best_ctx) <= 0)
in nand_op_parser_exec_op()
2199
best_ctx =
test_ctx
;
in nand_op_parser_exec_op()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_base.c
2507
struct nand_op_parser_ctx
test_ctx
= ctx;
in nand_op_parser_exec_op()
local
2510
if (!nand_op_parser_match_pat(pattern, &
test_ctx
))
in nand_op_parser_exec_op()
2514
nand_op_parser_cmp_ctx(&
test_ctx
, &best_ctx) <= 0)
in nand_op_parser_exec_op()
2518
best_ctx =
test_ctx
;
in nand_op_parser_exec_op()
Completed in 16 milliseconds