Searched refs:pass (Results 176 - 193 of 193) sorted by relevance

12345678

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c257 * until the last extra pass. As seen above, we use PPC_LI64() to
365 u32 *addrs, int pass, bool extra_pass)
372 /* Start of epilogue code - will only be valid 2nd pass onwards */
943 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx,
364 bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, u32 *addrs, int pass, bool extra_pass) argument
H A Dbpf_jit_comp32.c283 u32 *addrs, int pass, bool extra_pass)
289 /* Start of epilogue code - will only be valid 2nd pass onwards */
1001 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, insn_idx,
282 bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, u32 *addrs, int pass, bool extra_pass) argument
/linux-master/include/linux/
H A Dfilter.h1109 u32 pass, void *image)
1111 pr_err("flen=%u proglen=%u pass=%u image=%pK from=%s pid=%d\n", flen,
1112 proglen, pass, image, current->comm, task_pid_nr(current));
1108 bpf_jit_dump(unsigned int flen, unsigned int proglen, u32 pass, void *image) argument
H A Dpci.h1625 int pass);
2317 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev);
2319 static inline void pci_fixup_device(enum pci_fixup_pass pass, argument
H A Djbd2.h1286 enum passtype pass, int off,
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c263 * pass, only to generate the correct offset on the second pass.
2138 * If the previous pass already emits an imm8
2142 * On the other hand, if the previous pass emits an
2197 * (2) The previous pass emits an imm8 jmp,
2200 * (3) Similarly, the previous pass emits an
2220 * If the previous pass already emits an imm8
2317 /* Generally speaking, the compiler will pass the arguments
2358 /* get the count of the regs that are used to pass arguments */
2391 * Meanwhile, the compiler will pass th
3179 int pass; local
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c695 u32 pass = 0; local
702 while (pass == 0) {
714 pass = 1;
/linux-master/tools/testing/ktest/
H A Dktest.pl553 my $pass = 1;
2694 # bisect may need this to pass
3301 doprint "NEW GOOD CONFIG ($pass)\n";
3302 system("cp $output_config $tmpdir/good_config.tmp.$pass");
3303 $pass++;
3307 doprint "NEW BAD CONFIG ($pass)\n";
3308 system("cp $output_config $tmpdir/bad_config.tmp.$pass");
3309 $pass++;
/linux-master/virt/kvm/
H A Dkvm_main.c4073 int pass; local
4083 for (pass = 0; pass < 2 && !yielded && try; pass++) {
4085 if (!pass && i <= last_boosted_vcpu) {
4088 } else if (pass && i > last_boosted_vcpu)
/linux-master/samples/bpf/
H A Dxdp_sample_user.c65 #define PASS(pass) pass, "pass/s"
/linux-master/fs/smb/server/
H A Dsmbacl.c1063 goto pass;
1104 pass:
/linux-master/drivers/tty/serial/
H A Dmpc52xx_uart.c1441 unsigned long pass = ISR_PASS_LIMIT; local
1466 if (!(--pass))
/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c841 #include "gcc-generate-gimple-pass.h"
853 find_bad_casts_pass_info.pass = make_find_bad_casts_pass();
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c540 int pass = 0; local
679 mlog(0, "pass #%d, all_nodes_done?: %s\n", ++pass,
/linux-master/fs/f2fs/
H A Dsegment.c113 goto pass;
122 pass:
149 goto pass;
159 pass:
/linux-master/drivers/media/i2c/
H A Dadv7842.c3108 int pass = 0; local
3153 pass++;
3159 "Ram Test: completed %d of %d: pass %d, fail %d\n",
3160 complete, i, pass, fail);
/linux-master/drivers/pci/
H A Dquirks.c194 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) argument
198 switch (pass) {
3597 * Some devices may pass our check in pci_intx_mask_supported() if
4815 * Port to pass traffic to another Root Port. All PCIe transactions are
/linux-master/net/core/
H A Dfilter.c557 * 1) First pass for calculating the new program length:
560 * 2) 2nd pass to remap in two passes: 1st pass finds new
561 * jump offsets, 2nd pass remapping:
568 int new_flen = 0, pass = 0, target, i, stack_off; local
893 pass++;
896 if (pass > 2)
1263 * pass. At this time, the user BPF is stored in fp->insns.
1272 /* 1st pass: calculate the new program length. */
1292 /* 2nd pass
[all...]

Completed in 337 milliseconds

12345678