Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dtest_lwt_bpf.sh142 install_test xmit test_ctx
158 install_test out test_ctx
174 install_test in test_ctx
/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_base.c2187 struct nand_op_parser_ctx test_ctx = ctx; in nand_op_parser_exec_op() local
2190 if (!nand_op_parser_match_pat(pattern, &test_ctx)) in nand_op_parser_exec_op()
2194 nand_op_parser_cmp_ctx(&test_ctx, &best_ctx) <= 0) in nand_op_parser_exec_op()
2198 best_ctx = test_ctx; in nand_op_parser_exec_op()