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

12345678

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-ipd-defs.h1244 uint64_t pass:32; member in struct:cvmx_ipd_qosx_red_marks::cvmx_ipd_qosx_red_marks_s
1246 uint64_t pass:32;
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S88 | A6. This test occurs only on the first pass. If the
609 | A6. This test occurs only on the first pass. If the
/linux-master/drivers/gpu/drm/xe/
H A Dxe_migrate.c707 int pass = 0; local
754 pass++, src_L0, dst_L0);
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c300 * until the last extra pass. As seen above, we use PPC_LI64() to
408 u32 *addrs, int pass, bool extra_pass)
415 /* Start of epilogue code - will only be valid 2nd pass onwards */
986 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx,
407 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 */
1073 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/arch/x86/net/
H A Dbpf_jit_comp.c263 * pass, only to generate the correct offset on the second pass.
2200 * If the previous pass already emits an imm8
2204 * On the other hand, if the previous pass emits an
2259 * (2) The previous pass emits an imm8 jmp,
2262 * (3) Similarly, the previous pass emits an
2282 * If the previous pass already emits an imm8
2379 /* Generally speaking, the compiler will pass the arguments
2420 /* get the count of the regs that are used to pass arguments */
2453 * Meanwhile, the compiler will pass th
3238 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/include/linux/
H A Dpci.h1624 int pass);
2292 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev);
2294 static inline void pci_fixup_device(enum pci_fixup_pass pass, argument
H A Dfilter.h1149 u32 pass, void *image)
1151 pr_err("flen=%u proglen=%u pass=%u image=%pK from=%s pid=%d\n", flen,
1152 proglen, pass, image, current->comm, task_pid_nr(current));
1148 bpf_jit_dump(unsigned int flen, unsigned int proglen, u32 pass, void *image) argument
H A Djbd2.h1286 enum passtype pass, int off,
/linux-master/virt/kvm/
H A Dkvm_main.c4032 int pass; local
4042 for (pass = 0; pass < 2 && !yielded && try; pass++) {
4044 if (!pass && i <= last_boosted_vcpu) {
4047 } 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.c3117 int pass = 0; local
3162 pass++;
3168 "Ram Test: completed %d of %d: pass %d, fail %d\n",
3169 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.c560 * 1) First pass for calculating the new program length:
563 * 2) 2nd pass to remap in two passes: 1st pass finds new
564 * jump offsets, 2nd pass remapping:
571 int new_flen = 0, pass = 0, target, i, stack_off; local
896 pass++;
899 if (pass > 2)
1266 * pass. At this time, the user BPF is stored in fp->insns.
1275 /* 1st pass: calculate the new program length. */
1295 /* 2nd pass
[all...]

Completed in 546 milliseconds

12345678