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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bpf2bpf.c18 struct test_ctx_s test_ctx; variable in typeref:struct:test_ctx_s
66 test_ctx.passed = false;
67 test_ctx.pkt_size = pkt_size;
93 ASSERT_TRUE(test_ctx.passed, "test passed");
150 on_sample, NULL, &test_ctx, NULL);
/linux-master/drivers/fpga/tests/
H A Dfpga-region-test.c27 struct test_ctx { struct
91 struct test_ctx *ctx = test->priv;
106 struct test_ctx *ctx = test->priv;
145 struct test_ctx *ctx;
186 struct test_ctx *ctx = test->priv;
/linux-master/samples/bpf/
H A Dtest_lwt_bpf.sh144 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"
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c2526 struct nand_op_parser_ctx test_ctx = ctx; local
2529 if (!nand_op_parser_match_pat(pattern, &test_ctx))
2533 nand_op_parser_cmp_ctx(&test_ctx, &best_ctx) <= 0)
2537 best_ctx = test_ctx;

Completed in 153 milliseconds