Home
last modified time | relevance | path

Searched refs:test_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dxdp_bpf2bpf.c18 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()
/linux-6.6.21/drivers/fpga/tests/
Dfpga-region-test.c27 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()
/linux-6.6.21/samples/bpf/
Dtest_lwt_bpf.sh145 install_test xmit test_ctx
161 install_test out test_ctx
177 install_test in test_ctx
/linux-6.6.21/drivers/mtd/nand/raw/
Dnand_base.c2507 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()