Searched refs:test_ctx (Results 1 – 3 of 3) sorted by relevance
18 struct test_ctx_s test_ctx; variable66 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()
142 install_test xmit test_ctx158 install_test out test_ctx174 install_test in test_ctx
2403 struct nand_op_parser_ctx test_ctx = ctx; in nand_op_parser_exec_op() local2406 if (!nand_op_parser_match_pat(pattern, &test_ctx)) in nand_op_parser_exec_op()2410 nand_op_parser_cmp_ctx(&test_ctx, &best_ctx) <= 0) in nand_op_parser_exec_op()2414 best_ctx = test_ctx; in nand_op_parser_exec_op()