Lines Matching defs:pass
335 * Return whether this is the first pass. The first pass is special, since we
344 * Return whether this is the code generation pass. The code generation pass is
1781 /* On the first pass anything goes */
1785 /* The codegen pass must not change anything */
1864 int pass;
1902 int pass;
1935 pass = jit_data->pass + 1;
1950 for (pass = 1; pass <= 3; pass++) {
1957 * Final pass: Allocate and generate program
1971 bpf_jit_dump(fp->len, jit.size, pass, jit.prg_buf);
1979 jit_data->pass = pass;
2230 * Compute how many arguments we need to pass to BPF programs.